Skip to content

nestedobject/compact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compact

Use gulp to process HTML/CSS/JS into a single compressed HTML file for optimized performance.

Use

  1. Clone the repo without the history: git clone --depth 1 [email protected]:nestedobject/compact.git
  2. Go into the directory: cd gulp-site
  3. Install deps: npm install
  4. Build the site: npm run build
  5. Start the server: npm start

If you're developing on the site:

  1. npm run watch
  2. npm run dev

Test

  1. npm run test

© 2017 Nested Object LLC

MIT License