Skip to content

Gulp setup to transform SCSS and ES6 scripts into browser supported bundles.

Notifications You must be signed in to change notification settings

ztomm/gulp-browserify-scss-es6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp with Browserify for SCSS and ES6

Gulp setup to transform SCSS and ES6 scripts into browser supported bundles.

# clone repo
git clone https://github.com/ztomm/gulp-browserify-scss-es6.git

# cd into folder
cd gulp-browserify-scss-es6

# install node modules
npm i

# run in watch mode
npm run watch

# or build files
npm run build

Source files located in src, bundles created into dist.

Browse test.htm to check the result.

About

Gulp setup to transform SCSS and ES6 scripts into browser supported bundles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published