[fix] grunt action name

This commit is contained in:
Adam Tauber
2016-01-02 12:21:40 +01:00
parent 39d2e0427f
commit 52323a4b4e
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ styles() {
build_style themes/pix-art/less/style.less themes/pix-art/css/style.css
}
grunt() {
grunt_build() {
grunt --gruntfile "$SEARX_DIR/static/themes/oscar/gruntfile.js"
}