Skip to content

Commit

Permalink
No ES5 transpile for substance bundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Aufreiter committed Oct 6, 2016
1 parent 3514266 commit f98bd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
})

Expand Down

0 comments on commit f98bd11

Please sign in to comment.