Skip to content

Commit

Permalink
Gulp: There is probably no need to minify components/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Golmote committed Apr 5, 2018
1 parent 7c7602b commit 689227b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var gulp = require('gulp'),
paths = {
componentsFile: 'components.json',
componentsFileJS: 'components.js',
components: ['components/**/*.js', '!components/**/*.min.js'],
components: ['components/**/*.js', '!components/index.js', '!components/**/*.min.js'],
main: [
'components/prism-core.js',
'components/prism-markup.js',
Expand Down

0 comments on commit 689227b

Please sign in to comment.