[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' ],
static: [
'index.html',
'platform/**/*.html',
'example/**/*.html',
'platform/**/*',
'example/**/*',
'bower_components/**/*'
]
},