Skip to content

Commit

Permalink
Force order of SCSS files
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanWagner committed May 12, 2019
1 parent 048fc97 commit 393839c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ var styles = [{
dest: './dist/'
}, {
name: 'jBox.all',
src: ['./src/scss/**/*.scss'],
src: [
'./src/scss/jBox.scss',
'./src/scss/plugins/*.scss',
'./src/scss/themes/*.scss'
],
dest: './dist/'
}];

Expand Down

0 comments on commit 393839c

Please sign in to comment.