https://github.com/tinacious/browsersync-stylus-sample-site
A sample website set up with the BrowserSync workflow including CSS preprocessing with Stylus and HTML minification
https://github.com/tinacious/browsersync-stylus-sample-site
Last synced: 11 months ago
JSON representation
A sample website set up with the BrowserSync workflow including CSS preprocessing with Stylus and HTML minification
- Host: GitHub
- URL: https://github.com/tinacious/browsersync-stylus-sample-site
- Owner: tinacious
- Created: 2015-10-07T04:32:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-07T04:33:13.000Z (over 10 years ago)
- Last Synced: 2024-04-14T23:07:35.444Z (about 2 years ago)
- Language: JavaScript
- Size: 199 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setting up BrowserSync with Stylus CSS preprocessing and HTML minification
This is the source code created for the [YouTube video](https://youtu.be/rdz65Pi-ZV4).
To download the project dependencies and run the project, run the following commands:
```
npm install
gulp
```
Check out the video [here](https://youtu.be/rdz65Pi-ZV4).
