mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-28 22:08:54 -04:00
Gulp: Implement publish task.
This commit is contained in:
parent
f803afa4b6
commit
1a3a4be0b6
8 changed files with 65 additions and 14 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue