Skip to content

Commit eb4be5c

Browse files
clean live folder too
Signed-off-by: Arnav Gupta <arnav@codingblocks.com>
1 parent 9b64588 commit eb4be5c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ module.exports = function(grunt) {
9393
},
9494
clean: [
9595
'dist',
96+
'live',
9697
'examples/html',
9798
'examples/public/stylesheets/'
9899
]

live.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
rm -rf live
22
mkdir live
3-
cp -R examples/html/* live/
4-
cp -R examples/public/* live/
3+
cp -Rv examples/html/* live/
4+
cp -Rv examples/public/* live/

0 commit comments

Comments
 (0)