gulp-sugar-simple

0.3.1 • Public • Published

Simple task module for gulp-sugar

    $ cd project
    npm install gulp gulp-sugar gulp-sugar-tasks --save-dev
    gulp

These are some simple default tasks for gulp-sugar, including:

clean
Remove files. Taks arguments are `{rm: ...}`
copy
Copy Files. Arguments: `{src: ..., dest: ...}`
Preprocess
Prerocess files with [](), `{src: ..., dest: ...}`
shell
Run a shell command. `{args: String}`
serve
Start a server. `{open: Boolean, watch: ..., server: {baseDir: String}}`
watch
Watch files and run tasks. `{actions: [..., targets]}`

Dependents (0)

Package Sidebar

Install

npm i gulp-sugar-simple

Weekly Downloads

1

Version

0.3.1

License

BSD

Last publish

Collaborators

  • aklt