cd2bd8c5623917da449bbecdc33c7fd39d2b30f8
* Split VersionInfo from AssemblyInfo so we can ignore changes and let the build handle * Ignore VersionInfo * Install/configure assemblyinfo grunt task * Ignore compiler warning about bad version number format (.NET vs SemVer)
Archetype
Installation
Install the selected release through the Umbraco package installer or via NuGet.
Official Docs
http://imulus.github.io/Archetype
Contribute
Want to contribute to Archetype? You'll want to use Grunt (our task runner) to help you integrate with a local copy of Umbraco.
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
Languages
JavaScript
51.9%
C#
31.7%
HTML
11.5%
Less
4.9%