sc2cj

0.0.3 • Public • Published

sc2cj

Readme

Description

powered by gulp.

gulpfile.js example

const Sc2cj = require('sc2cj');
const sc2cj = new Sc2cj();
 
sc2cj.enqueueTask({
    name: 'name',
    //target folder
    target: {
        js: 'path/to/js/folder',
        css: 'path/to/css/folder'
    },
    // compile file
    source: {
        sass: 'path/to/main.scss',
        coffee: [
            'path/to/folder/*.coffee',
            'path/to/file.coffee'
        ]
    },
    // watch range
    range: {
        sass: [
            'path/to/*.scss',
            'path/to/one.scss'
        ],
        coffee: [
            'path/to/*.coffee'
        ]
    }
});
 
sc2cj.registerTasks();

gulp

gulp
gulp development
gulp publication

Readme

Keywords

Package Sidebar

Install

npm i sc2cj

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • chaosannals