mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 13:02:45 +00:00
Moved the phb stlying to shared so other projects can use it
This commit is contained in:
@@ -44,7 +44,7 @@ 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')
|
||||
gulp.src('./shared/naturalcrit/phbStyle/phb.style.less')
|
||||
.pipe(less())
|
||||
.pipe(rename('phb.standalone.css'))
|
||||
.pipe(gulp.dest('./'));
|
||||
|
||||
Reference in New Issue
Block a user