Files
Ross Gerbasi 6c6f867ce4 refactor(sass): tweaks to the alpha css variables (#14223)
* alpha tweaks

* added alpha-input
cleanup for theme-builder

* removed global variables

* style(searchbar): fix indentation

closes #14196
2018-03-30 10:27:58 -04:00

17 lines
268 B
JavaScript

exports.config = {
globalStyle: 'src/global/app.css',
outputTargets: [
{
type: 'www',
dir: '../../theme-builder',
serviceWorker: true
}
]
};
exports.devServer = {
root: '../../',
watchGlob: 'src/**',
openUrl: '/theme-builder'
};