Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Feature/upgrade #214

Merged
merged 2 commits into from
Feb 12, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@ cd your-theme-name
npm install && bower install && grunt build
```

Tip: If you get an error saying Permission denied (publickey) when cloning the repository, use the https protocol instead:
**Tip 1:**
If you get an error saying Permission denied (publickey) when cloning the repository, use the https protocol instead:
```git clone https://github.com/olefredrik/FoundationPress.git```

**Tip 2:**
If you get a fatal error during installation, it might be related to a libsass incompability issue with the latest version of nodejs. Check the guide at the bottom of this page: https://github.com/olefredrik/FoundationPress/issues/209

While you're working on your project, run:

`grunt watch`
Expand Down
2 changes: 1 addition & 1 deletion css/foundation.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/foundation.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions js/foundation.js

Large diffs are not rendered by default.

17 changes: 8 additions & 9 deletions js/vendor/fastclick.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions js/vendor/jquery.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/vendor/placeholder.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundationpress",
"version": "5.5.0",
"version": "5.5.1",
"devDependencies": {
"node-sass" : "~1.2.3",
"grunt": "~0.4.1",
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: FoundationPress
Theme URI: http://foundationpress.olefredrik.com
Github Theme URI: https://github.com/olefredrik/FoundationPress
Description: FoundationPress is a WordPress starter theme based on Foundation 5 by Zurb
Version: 5.5.0
Version: 5.5.1
Author: Ole Fredrik Lie
Author URI: http://olefredrik.com/

Expand Down