Skip to content

Commit e163ea6

Browse files
committed
Update version
1 parent 916b8b1 commit e163ea6

15 files changed

+28
-30
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
* EULA cookie consent
44
* Analytics cookie consent
55

6+
### 0.2.6: February 1st, 2016
7+
* Owlcarousel shortcode
8+
* Owlcarousel library
9+
10+
### 0.2.5: January 26th, 2016
11+
* Nav toggle collapse
12+
* Animate library
13+
* Waypoints library
14+
15+
### 0.2.4: January 20th, 2016
16+
* Customizer: enable/disabled libraries
17+
* Lazyload library
18+
* Lazyload library
19+
20+
### 0.2.3: January 19th, 2016
21+
* Datepicker library
22+
623
### 0.2.2: December 18th, 2015
724
* Refactorization, for child theme compatibility
825
* Removed Fancybox

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stormbinger",
3-
"version": "0.2.2",
3+
"version": "0.2.6",
44
"repository" : {
55
"type" : "git",
66
"url" : "http://github.com/nicomollet/stormbringer.git"

stormbringer-child/css/.keep

Whitespace-only changes.

stormbringer-child/css/application.css.map

-7
This file was deleted.

stormbringer-child/css/application.min.css

-6
This file was deleted.

stormbringer-child/css/application.css stormbringer-child/css/styles.css

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
/*
2-
Error: File to import not found or unreadable: ../../stormbringer/scss/bootstrap/variables.
2+
Error: File to import not found or unreadable: ../../stormbringer/scss/bootstrap/mixins.
33
Load path: /home/nico/Public/sites/wordpress/wp-content/themes/stormbringer/stormbringer/scss
4-
on line 3 of scss/application.scss
4+
on line 5 of scss/application.scss
55
66
1: // Bootstrap Core variables and mixins
77
2: @import "variables";
8-
3: @import "../../stormbringer/scss/bootstrap/variables";
8+
3: @import "../../../stormbringer/scss/bootstrap/variables";
99
4:
1010
5: @import "../../stormbringer/scss/bootstrap/mixins";
1111
6:
1212
7: // Bootstrap Reset and dependencies
1313
8: @import "../../stormbringer/scss/bootstrap/normalize";
14+
9: @import "../../stormbringer/scss/bootstrap/print";
15+
10: @import "../../stormbringer/scss/bootstrap/glyphicons";
1416
1517
Backtrace:
16-
scss/application.scss:3
18+
scss/application.scss:5
1719
/var/lib/gems/1.9.1/gems/sass-3.4.13/lib/sass/tree/import_node.rb:66:in `rescue in import'
1820
/var/lib/gems/1.9.1/gems/sass-3.4.13/lib/sass/tree/import_node.rb:45:in `import'
1921
/var/lib/gems/1.9.1/gems/sass-3.4.13/lib/sass/tree/import_node.rb:28:in `imported_file'
@@ -51,5 +53,4 @@ scss/application.scss:3
5153
body:before {
5254
white-space: pre;
5355
font-family: monospace;
54-
content: "Error: File to import not found or unreadable: ../../stormbringer/scss/bootstrap/variables.\A Load path: /home/nico/Public/sites/wordpress/wp-content/themes/stormbringer/stormbringer/scss\A on line 3 of scss/application.scss\A \A 1: // Bootstrap Core variables and mixins\A 2: @import \"variables\";\A 3: @import \"../../stormbringer/scss/bootstrap/variables\";\A 4: \A 5: @import \"../../stormbringer/scss/bootstrap/mixins\";\A 6: \A 7: // Bootstrap Reset and dependencies\A 8: @import \"../../stormbringer/scss/bootstrap/normalize\";";
55-
}
56+
content: "Error: File to import not found or unreadable: ../../stormbringer/scss/bootstrap/mixins.\A Load path: /home/nico/Public/sites/wordpress/wp-content/themes/stormbringer/stormbringer/scss\A on line 5 of scss/application.scss\A \A 1: // Bootstrap Core variables and mixins\A 2: @import \"variables\";\A 3: @import \"../../../stormbringer/scss/bootstrap/variables\";\A 4: \A 5: @import \"../../stormbringer/scss/bootstrap/mixins\";\A 6: \A 7: // Bootstrap Reset and dependencies\A 8: @import \"../../stormbringer/scss/bootstrap/normalize\";\A 9: @import \"../../stormbringer/scss/bootstrap/print\";\A 10: @import \"../../stormbringer/scss/bootstrap/glyphicons\";"; }

stormbringer-child/js/application.js

-3
This file was deleted.

stormbringer-child/js/production.js

-3
This file was deleted.

stormbringer-child/js/production.min.js

-1
This file was deleted.

stormbringer-child/js/scripts.js

Whitespace-only changes.

stormbringer-child/js/scripts.min.js

Whitespace-only changes.

stormbringer-child/js/src/.keep

Whitespace-only changes.

stormbringer-child/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stormbinger",
3-
"version": "0.2.1",
3+
"version": "0.2.6",
44
"repository" : {
55
"type" : "git",
66
"url" : "http://github.com/nicomollet/stormbringer.git"

stormbringer-child/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Theme Name: Stormbringer Child
3-
Description: Thème enfant pour Stormbringer
3+
Description: Theme child for Stormbringer
44
Author: Nicolas Mollet
55
Version: 0.0.1
66
Template: stormbringer

style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Theme Name: Stormbringer
33
Theme URI: http://www.nicolasmollet.com
44
Github Theme URI: https://github.com/nicomollet/stormbringer
55
Description: A simple responsive theme based on twitter's bootstrap framework.
6-
Version: 0.2.2
6+
Version: 0.2.6
77
Author: Nicolas Mollet
88
Author URI: http://www.nicolasmollet.com
99
Tags: twitter-bootstrap, cdnjs

0 commit comments

Comments
 (0)