Simple AMP starter boilerplate wrapped with Gulp.
Following tasks are set up:
- SASS compiler
- fonts importer
- CSS inyect to
<style amp-custom>
- Browser-sync
- Watch html and scss files
- Clean HTML comments
- Create dist folder
-
$ gulp dev
Initiates /dist folder. Loads css, fonts and images. Watches html and scss changes. Starts Browser sync. -
$ gulp build
Builds index.html for deployment. Cleans HTML comments.
Clone or download project.
Run on terminal $ npm install