[Build] Include all static assets

This commit is contained in:
Victor Woeltjen
2016-01-28 15:23:17 -08:00
parent 84e1e87ce3
commit fcfb3eebda

View File

@ -37,8 +37,8 @@ var gulp = require('gulp'),
scripts: [ 'main.js', 'platform/**/*.js', 'src/**/*.js' ], scripts: [ 'main.js', 'platform/**/*.js', 'src/**/*.js' ],
static: [ static: [
'index.html', 'index.html',
'platform/**/*.html', 'platform/**/*',
'example/**/*.html', 'example/**/*',
'bower_components/**/*' 'bower_components/**/*'
] ]
}, },