https://github.com/studio51/web-gridlecss
GridleCSS website
https://github.com/studio51/web-gridlecss
Last synced: 4 months ago
JSON representation
GridleCSS website
- Host: GitHub
- URL: https://github.com/studio51/web-gridlecss
- Owner: studio51
- Created: 2015-08-13T09:11:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-13T09:13:57.000Z (almost 11 years ago)
- Last Synced: 2025-02-22T20:42:22.761Z (over 1 year ago)
- Language: HTML
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## GridleCSS Theme
http://studio51.github.io/gridlecss/
A `test` theme for GridleCSS in order to test all the frameworks components.
This theme relies, heavily, on GridleCSS. Any changes, if any, made on the
framework will affect this theme.
### Installation
``` bash
$ git clone git@github.com:studio51/gridlecss.git
$ cd web
$ npm install
```
We use [Grunt.JS] as our Task Runner in order to compile the SASS files.
If you haven't used Grunt before, be sure to check out the Getting Started
guide, as it explains how to create a Gruntfile as well as install and use Grunt
plugins.
`$ grunt`
This is the default task which will `clean` the `dist` folder and `compile` the
all the theme files, such SASS, JS and JADE.
It will also launch a server on `localhost:1337` so make sure the port is not in
use by any other service. The server comes with livereload in order to see
updates as they happen in your browser.
`$ grunt compile`
This will `clean` the `dist` folder and `compile` the all the theme files, such
SASS, JS and JADE.
`$ grunt ship`
If you make any changes to GridleCSS Theme and whish to make a pull request or
use it, use this task which will `clean`, `compile`, and `prettify` all the
resources used by the theme.
### Open for pull requests
Before making any pull requests, make sure the Theme looks as it should by using
the `$ grunt` task.
### License
MIT © [Studio51]
[Studio51]:http://creative-studio51.co.uk
[Grunt.JS]:http://gruntjs.com