Merge branch 'patch-1' of https://github.com/artokai/minimal-mistakes into feature/artokai-patch-1

This commit is contained in:
Michael Rose 2016-04-27 10:43:32 -04:00
commit 767539927f

View file

@ -37,6 +37,6 @@
"watch:all": "npm-run-all --parallel watch:css watch:js",
"build:css": "npm run scss && npm run autoprefixer",
"build:js": "npm run uglify",
"build:all": "npm run build:css && build:js"
"build:all": "npm run build:css && npm run build:js"
}
}