diff --git a/make.js b/make.js index e8bed56c4..0fa02733d 100644 --- a/make.js +++ b/make.js @@ -15,7 +15,7 @@ b.task('assets', function() { // this optional task makes it easier to work on Substance core b.task('substance', function() { - b.make('substance', 'clean', 'css', 'browser') + b.make('substance', 'clean', 'css', 'browser:pure') b.copy('node_modules/substance/dist', './dist/substance') })