1.0.1 • Published 5 years ago

watcha v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Watcha

Focus on your code rather than your command line !

Example

in your watcha.settings.js

exports.settings = {
    minify: true,
    js: {
        files : [
            '/assets/js/vendor/jquery.waypoints.js',
            '/assets/js/global.js',
            '/assets/js/animations.js',
            '/assets/js/navigation.js',
        ],
        dump_into: '/assets/js/front.js'
    },
    css: {
        files : [
            '/normalize.css',
            '/general.css',
            '/menu.css',
            '/form.css',
            '/button.css',
        ],
        dump_into: '/style.css'
    },
    sass: [ '/assets/sass/style.scss', '/style.css' ]
};

One command line to rule them all

$ node watcha

Installation

$ cd watcha
$ npm install

License

MIT Free Software, Hell Yeah!