https://github.com/boo-urns/foundation-starter
Boilerplate for foundation based projects with Bower and Grunt
https://github.com/boo-urns/foundation-starter
Last synced: about 1 year ago
JSON representation
Boilerplate for foundation based projects with Bower and Grunt
- Host: GitHub
- URL: https://github.com/boo-urns/foundation-starter
- Owner: Boo-urns
- License: mit
- Created: 2015-01-14T22:00:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-29T20:28:35.000Z (over 11 years ago)
- Last Synced: 2025-02-16T03:27:02.803Z (over 1 year ago)
- Language: JavaScript
- Size: 215 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Foundation Starter
A starting point for foundation-based projects
##Features
Bower as a Package Manager and Grunt tasks to get moving fast
##Installation
- Clone this repo
-- ```git clone https://github.com/Boo-urns/foundation-starter.git```
- ```cd foundation-starter``` (feel free to rename folder)
- ```npm install```
- ```bower install```
- ```grunt init``` (copies js files from bower over to js/build and creates styles.min.css)
- if you get an error pointing to line 13 functions.scss go to bower_components/foundation-sass/foundation/_functions.scss **remove *!global* **on line 13 and line 17
- ```grunt```
---
## Additional Grunt Tasks
```grunt images```
Further compression of images. It will crawl the images folder.
```grunt concatJS```
Need to set up which files you are concating and uglifying in Gruntfile
```grunt build-modernizr```
Creates a custom build of what modernizr tests you are using.
If you want specific tests edit Gruntfile at line 120
###Happy coding!