Skip to content

Commit c782a5b

Browse files
author
Cody Reeves
committed
Small update to yarn
1 parent 9436cf8 commit c782a5b

File tree

3 files changed

+5
-337
lines changed

3 files changed

+5
-337
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ node_js:
33
- "iojs"
44
- "7"
55
cache:
6+
yarn: true
7+
directories:
8+
- node_modules
69
yarn: true
710
before_script:
811
- yarn

Gulpfile.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ gulp.task('sass', function () {
8181
gulp.task('clean', function () {
8282
return gulp.src(paths.css.src)
8383
.pipe(stripCssComments({ preserve: /(^#|^!)/ }))
84-
.pipe(uglifycss({
85-
"maxLineLen": 100,
86-
}))
84+
.pipe(uglifycss())
8785
.pipe(gulp.dest(paths.css.dest));
8886
});
8987

0 commit comments

Comments
 (0)