Skip to content

Commit

Permalink
Clean up before beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Englert committed Feb 7, 2017
1 parent d01fafb commit 45a16a7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ JointsWP requires [Node.js](https://nodejs.org) v4.x.x or v6.9.x. This doesn't m
### Download JointsWP and install dependencies with npm
```bash
$ cd my-wordpress-folder/wp-content/themes/
$ git clone https://github.com/jeremyenglert/JointsWP.git
$ git clone -b 5.0 --single-branch https://github.com/JeremyEnglert/JointsWP.git
$ cd JointsWP
$ npm install
```
Expand Down
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<div class="off-canvas-content" data-off-canvas-content>

<header class="header" role="banner">

<!-- This navs will be applied to the topbar, above all content
To see additional nav styles, visit the /parts directory -->
<?php get_template_part( 'parts/nav', 'offcanvas-topbar' ); ?>
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,12 @@
"gulp-jshint": "^1.11.0",
"gulp-load-plugins": "^1.4.0",
"gulp-newer": "^1.3.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.5",
"jshint-stylish": "^2.0.0",
"merge2": "^1.0.3",
"motion-ui": "^1.2.2",
"yargs": "^4.3.2"
},
Expand All @@ -47,5 +45,10 @@
"watch": "gulp watch",
"browsersync": "gulp browsersync",
"update-foundation": "npm install foundation-sites"
},
"jshintConfig": {
"globals": {
"jQuery": true
}
}
}
}

0 comments on commit 45a16a7

Please sign in to comment.