@magonxesp/gulpfilejs

1.0.0 • Public • Published

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',
        }
    });

Readme

Keywords

none

Package Sidebar

Install

npm i @magonxesp/gulpfilejs

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

354 kB

Total Files

9

Last publish

Collaborators

  • magonxesp