Gulp: Implement publish task.

This commit is contained in:
Jürg Lehni 2016-01-31 14:30:14 +01:00
parent f803afa4b6
commit 1a3a4be0b6
8 changed files with 65 additions and 14 deletions

View file

@ -17,7 +17,7 @@ var gulp = require('gulp'),
whitespace = require('gulp-whitespace'),
del = require('del'),
extend = require('extend'),
options = require('../utils/options.js');
options = require('../utils/options.js')({ suffix: true });
// Options to be used in Prepro.js preprocessing through the global __options
// object, merged in with the options required above.