1.0.2 • Published 5 years ago

luispt v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Info

Simple boilerplate for a clean website starter

Features

  • Copy HTML files from src to dist directory
  • Compile html and php files from src to HTML files and put them inside dist directory
  • Compile Sass/SCSS to CSS
  • Autoprefix and minify CSS and put it inside dist directory
  • Compile ES6+ to ES5, concatenate JS files and minify code
  • Compress and copy images into dist directory
  • Copy dependencies specified in package.json from src/node_modules directory into node_modules folder inside dist directory
  • Import dependencies into your application with ES6 modules
  • Spin up local dev server at http://localhost:3000 including auto-reloading

Requirements

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago