Commit graph

13 commits

Author SHA1 Message Date
Matt Luedke
738a1b2234 build: prevent error thrown when installed from a git URL 2022-12-27 11:24:22 -05:00
Craig Weber
03c63eae66
refactor: use es6 classes
Adds babel and uses es6 classes instead of class.extend
2022-12-26 22:48:28 -05:00
Paul Bredenberg
e2b3735a9c chore: add @silvermine/standardization and configuration 2022-07-08 11:11:22 -04:00
Isaak Mendoza
5cf15e5b01 chore: Replace node-sass with sass 2022-04-06 15:24:56 -07:00
Paul Bredenberg
99006b87d3 chore: upgrade standardization and configure markdownlint 2021-09-10 10:49:11 -04:00
Jim Jenkins
81670b0c1a chore: use standardization library 2021-05-13 15:01:48 -04:00
Matt Luedke
3ce054324b build: Add clean target to Gruntfile (#31) 2019-06-10 11:01:32 -04:00
Matt Luedke
96255a1387 fix: Revert JS dist file path to dist/js (#31)
In commit 31a305d, we moved this repo to the `@silvermine` org and
updated the `name` field in package.json. The Gruntfile uses the name of
the package as the name of the JS output file. Therefore, when the
package name field changed, so did the JS file output name and path. We
no longer depend on the name field in package.json for the name of the
JS output file.
2019-06-10 11:01:13 -04:00
Maxime Carrière
82bce6bf3d build: Update dependencies and fix deprecated messages
- All the dev dependencies were updates in package.json.
- prepublish was replaced by prepare to fix "warn prepublish-on-install As of npm@5, `prepublish` scripts are deprecated" & "warn prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only."
- node-sass was added in package.json and a require('node-sass') was added to Gruntfile.js since the new version of grunt-sass requires it (see: https://github.com/sindresorhus/grunt-sass/releases/tag/v3.0.0)
2019-06-05 15:17:32 -04:00
Ethan Smith
999f5ecd2c
Upgrade sass-lint config to use new @silvermine org 2018-12-21 15:04:33 -05:00
Ethan Smith
cc937f4f49 Add 'grunt develop' 2017-08-04 14:23:15 -04:00
Ethan Smith
156e5923c7 Initial implementation 2017-08-03 09:21:16 -04:00
Jeremy Thomerson
f261cc04a2 Initial commit 2017-06-20 20:43:49 -04:00