0
0
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:
Scott Tolksdorf
2016-05-14 18:51:48 -04:00
parent ec968f47da
commit 5fb6593217
8 changed files with 4 additions and 4 deletions

View File

@@ -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('./'));