mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 07:38:15 +00:00
[Build] Include all static assets
This commit is contained in:
@ -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/**/*'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user