Tom Fulton 73e8712ad8 Cleanup / update Gruntfile
* Use proper grunt-umbraco-package task
* Use new structure for --target, eliminate deploy step by making `dist` configurable
* Move package files to /config/
* Cleanup watch/copy tasks, add atBegin: true
* Prevent "cleaning" non-local destinations (dangerous?)
* Cleanup full/base path config
* Whitespace, misc
2014-03-18 22:50:11 -06:00
2014-03-18 22:50:11 -06:00
2014-03-18 22:50:11 -06:00
2014-03-18 22:50:11 -06:00
2014-03-18 22:50:11 -06:00
2014-01-10 16:22:14 -08:00
2014-03-18 22:50:11 -06:00

Archetype

alt tag

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 # Compiles to `/dist/`
grunt --target="D:\path\to\umbraco\site"

grunt watch
grunt watch --target="D:\path\to\umbraco\site"

Add --touch to either command to automatically touch the web.config on a deploy

S
Description
Archetype is an Umbraco 7 property editor that wraps other installed property editors.
Readme MIT 2.9 MiB
Languages
JavaScript 51.9%
C# 31.7%
HTML 11.5%
Less 4.9%