0.1.0 • Published 6 years ago

@mj66/gulpr v0.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

Mingjie's Starter Environment

What's set up here:

  • Sass (LibSass)
  • Autoprefixer
  • CSS Minification
  • JSHint
  • Scss Lint (based on this config)
  • HTML Minification
  • BrowserSync
  • Image Minification
  • GH-Pages deployment from dist/ folder

To Get Started:

  1. git clone & cd
  2. Run rm -rf .git to remove the Git file from the repo and git init for a clean history
  3. npm install to download dependancies
  4. In the terminal, enter gulp to make everything run
  5. Files will be generated from the dist/ folder
  6. For Netlify, use build command gulp build
  7. To wipe the dist/ folder, use gulp clean