Skip to content

Commit

Permalink
Fix: Update build scripts and make them working, see #27
Browse files Browse the repository at this point in the history
  • Loading branch information
Franz Josef Kaiser committed Nov 5, 2016
1 parent a0b260f commit b082c40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"analyze" : true,
"bin" : "./bin",
"devDependencies" : {
"watch" : "~0.13",
"concat-cli" : "~1.0",
"minify" : "~1.4"
"watch" : "~1.0",
"concat-cli" : "~4.0",
"minify" : "~2.0"
},
"scripts" : {
"build:watch" : "sh ./scripts/watch",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/watch
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
watch "npm run build" assets/src
watch "$(<./scripts/js) $(<./scripts/css)" assets/src

0 comments on commit b082c40

Please sign in to comment.