Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomollet committed Feb 1, 2016
1 parent 916b8b1 commit e163ea6
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 30 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
* EULA cookie consent
* Analytics cookie consent

### 0.2.6: February 1st, 2016
* Owlcarousel shortcode
* Owlcarousel library

### 0.2.5: January 26th, 2016
* Nav toggle collapse
* Animate library
* Waypoints library

### 0.2.4: January 20th, 2016
* Customizer: enable/disabled libraries
* Lazyload library
* Lazyload library

### 0.2.3: January 19th, 2016
* Datepicker library

### 0.2.2: December 18th, 2015
* Refactorization, for child theme compatibility
* Removed Fancybox
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stormbinger",
"version": "0.2.2",
"version": "0.2.6",
"repository" : {
"type" : "git",
"url" : "http://github.com/nicomollet/stormbringer.git"
Expand Down
Empty file added stormbringer-child/css/.keep
Empty file.
7 changes: 0 additions & 7 deletions stormbringer-child/css/application.css.map

This file was deleted.

6 changes: 0 additions & 6 deletions stormbringer-child/css/application.min.css

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
/*
Error: File to import not found or unreadable: ../../stormbringer/scss/bootstrap/variables.
Error: File to import not found or unreadable: ../../stormbringer/scss/bootstrap/mixins.
Load path: /home/nico/Public/sites/wordpress/wp-content/themes/stormbringer/stormbringer/scss
on line 3 of scss/application.scss
on line 5 of scss/application.scss
1: // Bootstrap Core variables and mixins
2: @import "variables";
3: @import "../../stormbringer/scss/bootstrap/variables";
3: @import "../../../stormbringer/scss/bootstrap/variables";
4:
5: @import "../../stormbringer/scss/bootstrap/mixins";
6:
7: // Bootstrap Reset and dependencies
8: @import "../../stormbringer/scss/bootstrap/normalize";
9: @import "../../stormbringer/scss/bootstrap/print";
10: @import "../../stormbringer/scss/bootstrap/glyphicons";
Backtrace:
scss/application.scss:3
scss/application.scss:5
/var/lib/gems/1.9.1/gems/sass-3.4.13/lib/sass/tree/import_node.rb:66:in `rescue in import'
/var/lib/gems/1.9.1/gems/sass-3.4.13/lib/sass/tree/import_node.rb:45:in `import'
/var/lib/gems/1.9.1/gems/sass-3.4.13/lib/sass/tree/import_node.rb:28:in `imported_file'
Expand Down Expand Up @@ -51,5 +53,4 @@ scss/application.scss:3
body:before {
white-space: pre;
font-family: monospace;
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\";";
}
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\";"; }
3 changes: 0 additions & 3 deletions stormbringer-child/js/application.js

This file was deleted.

3 changes: 0 additions & 3 deletions stormbringer-child/js/production.js

This file was deleted.

1 change: 0 additions & 1 deletion stormbringer-child/js/production.min.js

This file was deleted.

Empty file.
Empty file.
Empty file added stormbringer-child/js/src/.keep
Empty file.
2 changes: 1 addition & 1 deletion stormbringer-child/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stormbinger",
"version": "0.2.1",
"version": "0.2.6",
"repository" : {
"type" : "git",
"url" : "http://github.com/nicomollet/stormbringer.git"
Expand Down
2 changes: 1 addition & 1 deletion stormbringer-child/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Theme Name: Stormbringer Child
Description: Thème enfant pour Stormbringer
Description: Theme child for Stormbringer
Author: Nicolas Mollet
Version: 0.0.1
Template: stormbringer
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Theme Name: Stormbringer
Theme URI: http://www.nicolasmollet.com
Github Theme URI: https://github.com/nicomollet/stormbringer
Description: A simple responsive theme based on twitter's bootstrap framework.
Version: 0.2.2
Version: 0.2.6
Author: Nicolas Mollet
Author URI: http://www.nicolasmollet.com
Tags: twitter-bootstrap, cdnjs
Expand Down

0 comments on commit e163ea6

Please sign in to comment.