34e65ba57ec25367da297f652a6d5f0e58c04499
- added umbracoSettings.config to the test project: conversion of decimal numbers, e.g. '12345.34' triggers 'NormalizeNumberDecimalSeparator' which in turn requires via 'DefaultShortStringHelper' that the umbracoSettings.config file is loaded. We added this to make sure tests deserializing decimal numbers pass.
Archetype
Installation
Install the selected release through the Umbraco package installer or via NuGet.
Official Docs
http://imulus.github.io/Archetype
Follow us on Twitter https://twitter.com/ArchetypeKit
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
Builds the project to /dist/. These files can be dropped into an Umbraco 7 site, or you can build directly to a site using:
grunt --target="D:\inetpub\mysite"
You can also watch for changes using:
grunt watch
grunt watch --target="D:\inetpub\mysite"
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%
