We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
watch
1 parent a8935ac commit 172f843Copy full SHA for 172f843
Makefile
@@ -20,10 +20,13 @@ compile:
20
build: compile shasum
21
22
publish: build
23
- cp -r dist docs/assets/
+ @cp -r dist docs/assets/
24
25
shasum:
26
@shasum -a256 dist/*
27
28
+watch:
29
+ @./node_modules/.bin/watch "make build publish" ./src
30
+
31
run:
32
cd docs/ && bundle exec jekyll serve
package.json
@@ -43,7 +43,7 @@
43
"karma-phantomjs-launcher": "^1.0.2",
44
"karma-sourcemap-loader": "^0.3.7",
45
"uglify-js": "^2.7.3",
46
- "watchify": "^3.7.0"
+ "watch": "^1.0.1"
47
},
48
"browserify": {
49
"transform": [
0 commit comments