Merge branch 'develop'

Conflicts:
	README.md
This commit is contained in:
Tom Fulton
2014-01-12 03:32:49 -07:00
+4 -4
View File
@@ -4,12 +4,12 @@ Archetype
## Install Dependencies ##
*Requires Node.js to be installed and in your system path*
```npm install -g grunt-cli && npm install -g grunt```
```npm install```
npm install -g grunt-cli && npm install -g grunt
npm install
## Build ##
```grunt```
grunt
## Deploy ##
Copy the files in `/dist/` to your Umbraco site, at `/App_Plugins/Archetype/`