We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b64588 commit eb4be5cCopy full SHA for eb4be5c
gruntfile.js
@@ -93,6 +93,7 @@ module.exports = function(grunt) {
93
},
94
clean: [
95
'dist',
96
+ 'live',
97
'examples/html',
98
'examples/public/stylesheets/'
99
]
live.sh
@@ -1,4 +1,4 @@
1
rm -rf live
2
mkdir live
3
-cp -R examples/html/* live/
4
-cp -R examples/public/* live/
+cp -Rv examples/html/* live/
+cp -Rv examples/public/* live/
0 commit comments