fix(gruntfile): 'auto-build' task copy index.html to dist
This commit is contained in:
parent
cc1e91f37f
commit
4628566124
|
@ -143,6 +143,7 @@ module.exports = function(grunt) {
|
||||||
grunt.registerTask('build', [ 'browserify:dist', 'copy:samples' ]);
|
grunt.registerTask('build', [ 'browserify:dist', 'copy:samples' ]);
|
||||||
|
|
||||||
grunt.registerTask('auto-build', [
|
grunt.registerTask('auto-build', [
|
||||||
|
'copy:samples',
|
||||||
'concurrent:sources',
|
'concurrent:sources',
|
||||||
'connect:livereload',
|
'connect:livereload',
|
||||||
'watch'
|
'watch'
|
||||||
|
|
Loading…
Reference in New Issue