Skip to content

Commit c1bb163

Browse files
author
mrmrs
committed
Watch a new run command
1 parent 3b7a96c commit c1bb163

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"css": "tachyons src/css/tachyons.css > css/tachyons.css && tachyons src/css/tachyons.css --minify > css/tachyons.min.css",
99
"components:watch": "watch 'node build.js' src/components/*",
1010
"home:watch": "watch 'node build-home.js' src/templates/",
11+
"gallery:watch": "watch 'node build' src/templates/",
1112
"build:watch": "watch 'node build.js' src/templates/",
1213
"docs:grid": "watch 'node src/modules/grid.js' src/templates/docs/grid/",
1314
"docs:links": "watch 'node src/modules/links.js' src/templates/docs/links/",

0 commit comments

Comments
 (0)