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

Commit

Permalink
Update the README with package instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
olefredrik committed Sep 22, 2015
1 parent 5ba64fa commit 83cec1c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,15 @@ $ npm run watch
$ npm run build
```

And you're set!
### 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'.

```bash
$ npm run package
```


### How to structure your styles

Expand Down

0 comments on commit 83cec1c

Please sign in to comment.