@behance/helicropter
Advanced tools
Comparing version 12.1.2 to 13.0.0
var gulp = require('gulp'); | ||
var gutil = require('gulp-util'); | ||
var plumber = require('gulp-plumber'); | ||
var sass = require('gulp-sass'); | ||
var watch = require('gulp-watch'); | ||
@@ -29,16 +27,7 @@ var livereload = require('gulp-livereload'); | ||
gulp.task('sass', function() { | ||
gulp.src('src/sass/**/*.scss') | ||
.pipe(plumber()) | ||
.pipe(sass()) | ||
.pipe(gulp.dest('dist/css')); | ||
}); | ||
gulp.task('watch', ['webpack', 'sass'], function() { | ||
gulp.task('watch', ['webpack'], function() { | ||
livereload.listen(); | ||
watch(['demo/index.js', 'src/js/**/*', 'src/templates/**/*'], function() { gulp.start('webpack'); }); | ||
watch(['src/css/**/*.scss'], function() { gulp.start('sass'); }); | ||
gulp.watch(['dist/**/*']).on('change', livereload.changed); | ||
}); |
{ | ||
"name": "@behance/helicropter", | ||
"version": "12.1.2", | ||
"version": "13.0.0", | ||
"description": "My helicropter goes \"whosh whosh whosh\"", | ||
@@ -23,3 +23,3 @@ "main": "src/js/index.js", | ||
"dependencies": { | ||
"@behance/beff": "^8.0.5", | ||
"@behance/beff": "^9.0.0", | ||
"@behance/fabric": "1.6.1-nodeless", | ||
@@ -31,3 +31,2 @@ "@behance/nbd": "^1.1.8", | ||
"devDependencies": { | ||
"@behance/fine-uploader": "5.1.3-xhr-passthru", | ||
"babel-core": "^6.3.17", | ||
@@ -45,3 +44,2 @@ "babel-loader": "^6.4.0", | ||
"gulp-plumber": "^1.0.1", | ||
"gulp-sass": "^2.0.3", | ||
"gulp-util": "^3.0.6", | ||
@@ -48,0 +46,0 @@ "gulp-watch": "^4.2.4", |
@@ -19,3 +19,2 @@ /* eslint-env node */ | ||
templates: __dirname + '/src/templates', | ||
fineuploader: '@behance/fine-uploader/dist', | ||
}, | ||
@@ -22,0 +21,0 @@ extensions: ['.js', '.mustache', '.css', '.scss'], |
33
8202753
1469
+ Added@behance/beff@9.3.8(transitive)
+ Added@behance/fine-uploader@5.1.3-edge-content-type-fix(transitive)
+ Addeduuid@3.0.1(transitive)
- Removed@behance/beff@8.0.5(transitive)
- Removed@behance/fine-uploader@5.1.3-xhr-passthru(transitive)
- Removeduuid@3.4.0(transitive)
Updated@behance/beff@^9.0.0