remove bower and fixed modernizr dependency

This commit is contained in:
Mike Ng
2018-01-24 15:10:33 +04:00
parent 9cfd8349ce
commit c3a695b732
7 changed files with 4 additions and 28 deletions

View File

@@ -15,7 +15,7 @@ gulp.task('copy-alchemy-embed', function(){
return gulp.src('vendor/alchemy/embed-bundle/dist/**/*')
.pipe(gulp.dest( config.paths.build + 'vendors/alchemy-embed-medias'));
}
return gulp.src(config.paths.vendors + 'alchemy-embed-medias/dist/**/*')
return gulp.src(config.paths.nodes + 'alchemy-embed-medias/dist/**/*')
.pipe(gulp.dest( config.paths.build + 'vendors/alchemy-embed-medias'));
});
gulp.task('watch-alchemy-embed-js', function() {