Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bu-ist/id-learns-grunt-and-sass
A training repository for Grunt and Sass.
https://github.com/bu-ist/id-learns-grunt-and-sass
Last synced: 2 days ago
JSON representation
A training repository for Grunt and Sass.
- Host: GitHub
- URL: https://github.com/bu-ist/id-learns-grunt-and-sass
- Owner: bu-ist
- Created: 2014-10-30T15:31:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-13T19:28:29.000Z (about 10 years ago)
- Last Synced: 2024-10-21T01:37:57.241Z (25 days ago)
- Language: CSS
- Size: 375 KB
- Stars: 0
- Watchers: 21
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ID Learns Grunt & Sass
A demo for training ID folks.Link to presentation: https://docs.google.com/presentation/d/1BSOT4evevfhtEaf2sr04kT_Q9PA8LZmZpLGTc7YMfcQ/edit?usp=sharing
1. Convey reasons for using Grunt and Sass
2. Convey overall workflow comparison
3. Download sample files
4. Get comfortable with terminal
5. Install Node
6. Install Grunt
7. Install node_modules via NPM
8. Run Grunt, demoing each task individually (concat, uglify, watch)
9. Learn about Sass and why we're adopting it
10. Install Sass via ruby
11. Learn and demo each part of Sass (variables, nesting, partials and imports, mixins, extend, and operators)