Appnovation
This commit is contained in:
parent
ea8b1b5fe1
commit
3470c1fb19
4 changed files with 24 additions and 21 deletions
|
@ -25,7 +25,8 @@ app.css = function (paths, filename) {
|
|||
.pipe(plugins.if(!config.production, plugins.sourcemaps.write('.')))
|
||||
.pipe(plugins.if(!config.production, gulp.dest(config.outputDir + '/css')))
|
||||
.pipe(plugins.if(!config.production, plugins.refresh()))
|
||||
.pipe(gulp.dest(config.outputDir + '/css'));
|
||||
.pipe(gulp.dest(config.outputDir + '/css'))
|
||||
.pipe(plugins.if(!config.production, gulp.dest('output_dev/css')));
|
||||
};
|
||||
|
||||
app.js = function (paths, filename) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue