Update UI Framework build task to not compile source maps. (#11868)

This commit is contained in:
CJ Cenizal 2017-05-17 11:23:32 -07:00
parent d8976cebca
commit 4fb18dac71
3 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View file

@ -33,5 +33,6 @@ selenium
*.swp
*.swo
*.out
ui_framework/doc_site/build/*.js*
ui_framework/doc_site/build
!ui_framework/doc_site/build/index.html
yarn.lock

View file

@ -15,6 +15,7 @@ module.exports = function (grunt) {
args: [
'-p',
'--config=ui_framework/doc_site/webpack.config.js',
'--devtool', // Prevent the source map from being generated
],
opts: { stdio: 'inherit' }
};

View file

@ -1 +0,0 @@
../../dist/ui_framework.css