hieuthien / amp-starter-with-gulp

AMP Page Starter with Gulp, SASS and BrowserSync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AMP STARTER with Gulp, SASS and BrowserSync

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 COMMANDS

  • $ 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.

Install

Clone or download project.
Run on terminal $ npm install

About

AMP Page Starter with Gulp, SASS and BrowserSync

License:MIT License


Languages

Language:JavaScript 49.0%Language:HTML 39.9%Language:CSS 11.0%