@magonxesp/gulpfilejs
v1.0.0
Published
Compile javascript ES6 and SASS using Gulp
Readme
Gulpfilejs
Compile javascript ES6 and SASS using Gulp
Usage
- Install
$ npm install --save-dev @magonxesp/gulpfilejs - Create the
gulpfile.jsfile$ touch gulpfile.js - gulpfile.js
require('@magonxesp/gulpfilejs')({ js: { webpack_config_path: './webpack.config.js', }, scss: { src: './scss/style.scss', dist: './dist/css', } });
