Skip to content

Commit

Permalink
Minified file was saved as style.min.css
Browse files Browse the repository at this point in the history
 Changes to be committed:
	renamed:    dist/style.min.css -> dist/gosp.min.css
	renamed:    dist/style.min.css.map -> dist/gosp.min.css.map
	modified:   gulpfile.js
  • Loading branch information
dts committed May 13, 2018
1 parent c6fc106 commit 91d4341
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/style.min.css → dist/gosp.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/style.min.css.map → dist/gosp.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gulp.task('compress', () => {
outputStyle: 'compressed'
}).on('error', sass.logError))
.pipe(autoprefixer(vendors))
.pipe(rename('style.min.css'))
.pipe(rename('gosp.min.css'))
.pipe(sourcemaps.write('.'))
.pipe(removeEmptyLines({
removeComments: true
Expand Down

0 comments on commit 91d4341

Please sign in to comment.