Skip to content

Web-Assembler/Gulp-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple asset compilation pipeline that uses Gulp and compiles Sass and Javascript.

Getting started

  1. In the project root type npm install
  2. Add custom SCSS to scss/main.scss
  3. Add custom JS to src/js/custom-javascript.js
  4. Type gulp watch to watch and compile assets.
  5. Type gulp dist to create a distribution folder. Change the name of the folder by editing the dist and distprod values in gulpconfig.json.
  6. For a list of commands type npm run.

About

A starter template that uses gulp to compile assets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published