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

Commit

Permalink
Merge pull request #522 from noskov/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
olefredrik committed Oct 29, 2015
2 parents af3ae34 + 583f616 commit 2a3c892
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module.exports = function (grunt) {
// Foundation core
'assets/components/foundation/js/foundation/foundation.js',

// Pick the componenets you need in your project
// Pick the components you need in your project
'assets/components/foundation/js/foundation/foundation.abide.js',
'assets/components/foundation/js/foundation/foundation.accordion.js',
'assets/components/foundation/js/foundation/foundation.alert.js',
Expand All @@ -123,7 +123,7 @@ module.exports = function (grunt) {

],

// Finally, concatinate all the files above into one single file
// Finally, concatenate all the files above into one single file
dest: 'assets/javascript/foundation.js'

}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $ npm run build
### 4. Compress all files required for deployment:
It is not recommended that you deploy the entire theme folder to your webserver. There is no danger associated with doing this, but it is a waste of disk space and bandwidth. The node_modules and components for instance is only required during theme development.

By executing the command below, you will compress only the files that are required for deployment. The file will be available as a .zip inside the folder named '/package'.
By executing the command below, you will compress only the files that are required for deployment. The file will be available as a .zip inside the folder named '/packaged'.

```bash
$ npm run package
Expand Down

0 comments on commit 2a3c892

Please sign in to comment.