chore(demos): simplify demo build steps

This commit is contained in:
Drew Rygh
2015-11-24 15:23:06 -06:00
parent a42cb4ab1b
commit 9986fc87f2
2 changed files with 20 additions and 23 deletions

View File

@ -18,7 +18,7 @@ module.exports = function(gulp, flags) {
}
});
gulp.task('docs.demos', ['demos', 'sass', 'fonts', 'copy.web-animations'], function(){
gulp.task('docs.demos', ['demos', 'src', 'temp.hack'], function(){
return gulp.src([
'dist/**',
'!dist/e2e',