ant0nioli / foundation-grunt-js

Foundation libsass with Grunt configured for Foundation's javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Foundation libsass template with Grunt configured for javascript

This is a template to start your own project that uses Grunt and libsass!

Come with Grunt configurations for javascript

Requirements

You'll need to have the following items installed before continuing.

  • Node.js: Use the installer provided on the NodeJS website.
  • Grunt: Run [sudo] npm install -g grunt-cli
  • Bower: Run [sudo] npm install -g bower

Quickstart

git clone https://github.com/nathandao/foundation-grunt-js.git
npm install && bower install

Include on your required libraries in jsFoundation and jsLibs in Gruntfile.js

While you're working on your project, run:

grunt build && grunt watch

And you're set!

Important note

The latest version of foundation uses

Directory Structure

  • scss/_settings.scss: Foundation configuration settings go in hgit add ere
  • scss/app.scss: Application styles go here

About

Foundation libsass with Grunt configured for Foundation's javascript


Languages

Language:CSS 82.4%Language:HTML 11.6%Language:JavaScript 6.0%