https://github.com/hacksu/fth2019
https://github.com/hacksu/fth2019
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hacksu/fth2019
- Owner: hacksu
- License: mit
- Created: 2018-09-12T01:17:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-26T03:12:41.000Z (about 7 years ago)
- Last Synced: 2025-01-05T10:12:28.309Z (about 1 year ago)
- Language: HTML
- Size: 4.94 MB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Pug-Sass Starter project.
This is a Pug and Sass starter project using gulp for task automation.
### Note
If you still need Jade support use [this](https://github.com/azemoh/gulp-jade-sass-starter) project instead.
This project uses...
1. [browser-sync](https://github.com/browsersync/browser-sync) to launch a local server and do live reloads as sass and pug files changes
2. [gulp-pug](https://github.com/jamen/gulp-pug) to compile pug files.
3. [gulp-data](https://github.com/colynb/gulp-data) to pass data to pug. this project uses JSON as the data source, however you can generate data objects from a variety of sources: json, front-matter, database, etc... see gulp-data [README](https://github.com/colynb/gulp-data)
4. [gulp-sass](https://github.com/dlmanning/gulp-sass) to compile sass files.
5. [gulp-autoprefixer](https://github.com/sindresorhus/gulp-autoprefixer) to add vendor prefixes to css files
### To run
- Execute `npm install` from this directory to install dev dependencies.
- Execute `gulp` to run all tasks, launch the browser sync local server and watch for changes.