18 lines
413 B
Markdown
18 lines
413 B
Markdown
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
|
|
|
|
## Build ##
|
|
grunt
|
|
|
|
|
|
## Deploy ##
|
|
grunt deploy --target=C:\\path\\to\\umbraco\\site
|
|
grunt watch:dev --target=C:\\path\to\\umbraco\\site
|
|
|
|
* Add `--touch` to either command to automatically touch the web.config on a deploy |