Skip to content

Commit 7d64a55

Browse files
Make nodemon watch hbs files - ref #13
1 parent dc4f64b commit 7d64a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"postinstall": "node gulpfile.js",
1616
"lint": "eslint ./ --cache --ignore-pattern .gitignore",
1717
"precommit-msg": "echo 'Pre-commit checks...' && exit 0",
18-
"dev": "./node_modules/.bin/nodemon --ext js,scss --ignore public/ src/start.js"
18+
"dev": "./node_modules/.bin/nodemon --ext js,scss,hbs --ignore public/ src/start.js"
1919
},
2020
"pre-commit": [
2121
"precommit-msg",

0 commit comments

Comments
 (0)