Skip to content

Commit

Permalink
clean live folder too
Browse files Browse the repository at this point in the history
Signed-off-by: Arnav Gupta <[email protected]>
  • Loading branch information
championswimmer committed Jun 28, 2018
1 parent 9b64588 commit eb4be5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ module.exports = function(grunt) {
},
clean: [
'dist',
'live',
'examples/html',
'examples/public/stylesheets/'
]
Expand Down
4 changes: 2 additions & 2 deletions live.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rm -rf live
mkdir live
cp -R examples/html/* live/
cp -R examples/public/* live/
cp -Rv examples/html/* live/
cp -Rv examples/public/* live/

0 comments on commit eb4be5c

Please sign in to comment.