Skip to content

Commit

Permalink
* Upgrade Boostrap to v3.2.0
Browse files Browse the repository at this point in the history
* Adding Boostrap Sass and Grunt support (see readme for installation)
  • Loading branch information
nicomollet committed Aug 29, 2014
1 parent b3f356e commit f024df2
Show file tree
Hide file tree
Showing 21 changed files with 1,729 additions and 130 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ nbproject
.idea
docs/
js/tests/
node_modules/
node_modules/
css/cache
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
* Find an Events plugin
* WooCommerce compatibility


### 0.1.4: July 22nd, 2014
* Upgrade Boostrap to v3.2.0
* Adding Boostrap Sass and Grunt support
* Adding Boostrap Sass and Grunt support (see readme for installation)

### 0.1.3: February 5th, 2014
* Upgrade Boostrap to v3.1.0
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,26 @@ It includes many functions from:
Features
-----------

* Grunt configuration for scss compilation
* LessPHP: Less server-side compilation with PHP for anonymous users (file is cached)
* Less.js: serves .less files for admin users
* Gravity Forms integration
* Social share buttons/icons
* Gallery with caption over the thumbnail
...

Installation
-----------

If you want to use Scss preprocessor, define PREPROCESSOR to "scss" in functions.php
Then you need to install grunt locally:
npm install -g grunt grunt-cli
To enable LiveReload, add define('LIVERELOAD', true); to your wp config file.
Edit scss/application.scss to start editing the styles

If you want to use Less preprocessor, define PREPROCESSOR to "less" in functions.php
Edit less/_application.less to start editing the styles

TODO
-----------

Expand Down
Loading

0 comments on commit f024df2

Please sign in to comment.