-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
grunt
; fix npm run start
; write to plottable.js while dev-wat…
…ching (#3225) * fix `grunt`; fix `npm run start`; watch writes to plottable.js webpack-dev-server now emits the plottable.js file as it gets changed. Unfortunately, because of gajus/write-file-webpack-plugin#35 I turned off livereloading unless you use the localhost:9999/webpack-dev-server/<filepath> url. * include write-file-webpack-plugin as a devDependency
- Loading branch information
1 parent
cb6ed23
commit 96850e2
Showing
4 changed files
with
371 additions
and
366 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
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.
96850e2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix `grunt`; fix `npm run start`; write to plottable.js while dev-watching (#3225)
Demo: quicktests | fiddle