commit a2b2de8b73bed1f0658de90a0f5153e7a2d297ef
parent 7032e6f1ad7dc61698c0ba05781e04c2b68f25dc
Author: Hugo Soucy <hugo@soucy.cc>
Date: Fri, 31 Mar 2017 06:34:08 -0400
Add and the renamed preprocessor scripts
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/manuelfile b/manuelfile
@@ -14,7 +14,8 @@ load_plugin manuel-contrib-watch
# Concatenate and minify assets
# Then build the static site
function build () {
- ./frontend
+ ./preprocess_css
+ ./preprocess_javascript
case $1 in
-d|--dev)