summaryrefslogtreecommitdiff
path: root/web-ui/go
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-12-09 12:31:09 -0200
committerDuda Dornelles <ddornell@thoughtworks.com>2014-12-09 18:20:48 -0200
commit788fd1f471473f4cdfd58f8dc51f8c59cf236e67 (patch)
tree879b0d1e47b1f21b57152dde71200f730b211d90 /web-ui/go
parent0b8600a47d2f9ae6d10bfeb059f032c65bbc3ccb (diff)
Getting rid of grunt; using npm scripts instead
Diffstat (limited to 'web-ui/go')
-rwxr-xr-xweb-ui/go2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/go b/web-ui/go
index ad575723..8f2f1005 100755
--- a/web-ui/go
+++ b/web-ui/go
@@ -1,3 +1,3 @@
#!/bin/bash
-node_modules/grunt-cli/bin/grunt $GRUNT_OPTS $*
+npm run $*