Skip to content

Commit

Permalink
fix(fixed filename): fixed wrong filename
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Oct 29, 2016
1 parent 8dc1ab7 commit 7aea4b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ gulp.task('html2js', function () {
});

gulp.task('css2js', function () {
return gulp.src("./src/**/ionic-datepicker.style.scss")
.pipe(concat("ionic-datepicker.style.css"))
return gulp.src("./src/**/ionic-datepicker.styles.scss")
.pipe(concat("ionic-datepicker.styles.css"))
.pipe(sass(sassOptions).on('error', sass.logError))
.pipe(autoprefixer(autoprefixerOptions))
.pipe(css2js())
Expand Down

0 comments on commit 7aea4b1

Please sign in to comment.