mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-13 10:15:56 +00:00
PHB standalone task is now working
This commit is contained in:
@@ -39,3 +39,12 @@ var gulp = vitreumTasks(gulp, {
|
||||
});
|
||||
|
||||
|
||||
var rename = require('gulp-rename');
|
||||
var less = require('gulp-less');
|
||||
gulp.task('phb', function(){
|
||||
gulp.src('./client/homebrew/phbStyle/phb.style.less')
|
||||
.pipe(less())
|
||||
.pipe(rename('phb.standalone.css'))
|
||||
.pipe(gulp.dest('./'));
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user