1.0.0 • Published 3 years ago

@magonxesp/gulpfilejs v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Gulpfilejs

Compile javascript ES6 and SASS using Gulp

Usage

  • Install
    $ npm install --save-dev @magonxesp/gulpfilejs
  • Create the gulpfile.js file
    $ touch gulpfile.js
  • gulpfile.js
    require('@magonxesp/gulpfilejs')({
        js: {
            webpack_config_path: './webpack.config.js',
        },
        scss: {
            src: './scss/style.scss',
            dist: './dist/css',
        }
    });