5a3a38cc68a497f54b8d2ee6f9f4334751608561
`grunt deploy --target D:\\Dev\\Projects\\MyUmbracoSiteRoot` copies the build to /App_Plugins/Archetype/ `grunt watch:dev --target D:\\Dev\\Projects\\MyUmbracoSiteRoot` runs a deploy automatically when a file change is detected in /app/*
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
Copy the files in /dist/ to your Umbraco site, at /App_Plugins/Archetype/
Languages
JavaScript
51.9%
C#
31.7%
HTML
11.5%
Less
4.9%