mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-05 02:29:34 -04:00
Gulp: Implement publish task.
This commit is contained in:
parent
f803afa4b6
commit
1a3a4be0b6
8 changed files with 65 additions and 14 deletions
gulp/tasks
|
@ -14,7 +14,7 @@ var gulp = require('gulp'),
|
|||
del = require('del'),
|
||||
rename = require('gulp-rename'),
|
||||
shell = require('gulp-shell'),
|
||||
options = require('../utils/options.js');
|
||||
options = require('../utils/options.js')({ suffix: true });
|
||||
|
||||
var docOptions = {
|
||||
local: 'docs', // Generates the offline docs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue