Skip to content

Commit f024df2

Browse files
committed
* Upgrade Boostrap to v3.2.0
* Adding Boostrap Sass and Grunt support (see readme for installation)
1 parent b3f356e commit f024df2

21 files changed

+1729
-130
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ nbproject
4242
.idea
4343
docs/
4444
js/tests/
45-
node_modules/
45+
node_modules/
46+
css/cache

CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
* Find an Events plugin
55
* WooCommerce compatibility
66

7-
87
### 0.1.4: July 22nd, 2014
98
* Upgrade Boostrap to v3.2.0
10-
* Adding Boostrap Sass and Grunt support
9+
* Adding Boostrap Sass and Grunt support (see readme for installation)
1110

1211
### 0.1.3: February 5th, 2014
1312
* Upgrade Boostrap to v3.1.0

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,26 @@ It includes many functions from:
1313
Features
1414
-----------
1515

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

24+
Installation
25+
-----------
26+
27+
If you want to use Scss preprocessor, define PREPROCESSOR to "scss" in functions.php
28+
Then you need to install grunt locally:
29+
npm install -g grunt grunt-cli
30+
To enable LiveReload, add define('LIVERELOAD', true); to your wp config file.
31+
Edit scss/application.scss to start editing the styles
32+
33+
If you want to use Less preprocessor, define PREPROCESSOR to "less" in functions.php
34+
Edit less/_application.less to start editing the styles
35+
2336
TODO
2437
-----------
2538

0 commit comments

Comments
 (0)