forked from davidtodd/landmarks
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Support debug builds; build refactoring (#279)
As mentioned in #271, this adds support for making debug builds. * Use yargs to improve options-handling in the build script. * Simplify the npm scripts back to building/cleaning the extension for all browsers. * Remove the "build:all:quick" script in favour of just calling the build script directly on the CLI. * Remove the npm clean scripts; most of this is now done in the build script, which now has a clean mode. * Support debug builds (in which console.timeStamp() calls are made). * Update the README accordingly.
- Loading branch information
Showing
8 changed files
with
1,070 additions
and
1,184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.