Commit Graph

32 Commits

Author SHA1 Message Date
Tom Fulton 2d05e64e5a Merge branch 'develop' of github.com:imulus/Archetype into develop 2014-02-27 14:25:48 -07:00
Tom Fulton 5a24e9b016 Merge pull request #62 from imulus/versioning
Add version # to DLL on build
2014-02-27 13:41:28 -07:00
Tom Fulton 4d4e9d7de0 Quick-fix issues with NuGet package paths 2014-02-27 13:38:07 -07:00
Tom Fulton 062f28f9ca Tighten up watch/deploy tasks
* Don't trigger watch on changes to the .NET solution (except *.dll)
* Include .pdb file for dev deployments
* Fix DLL copying to wrong paths
2014-02-24 01:00:08 -07:00
Tom Fulton cd2bd8c562 Add version # to DLL on build
* 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)
2014-02-22 00:32:37 -07:00
Kevin Giszewski c49af9821c WIP on switching to a directive based localization 2014-02-07 16:00:47 -05:00
Kevin Giszewski 79005262a0 Use User.locale in lieu of Settings.js 2014-02-05 15:00:25 -05:00
Kevin Giszewski 6c7ec07068 Implement Localization 2014-02-05 14:08:46 -05:00
Tom Fulton b749891832 Only clean on main task 2014-01-31 16:11:33 -07:00
Tom Fulton 785199d7cf Ensure we build/clean before creating packages 2014-01-31 16:05:33 -07:00
Tom Fulton 548113a34a Update editor to work with DataTypes instead of Views
* Add helper methods for getting DataType info (ie, prevalues, property editor alias)
* Add static mapping file of PropertyEditorAlias -> View, as can't seem to find a way to expose this from Umbraco (for now)
* Load the view's config from the DataType's prevalues
2014-01-31 00:35:41 -07:00
Tom Fulton eb36f30c11 Update PrevalueEditor to use DataTypes instead of Views 2014-01-30 22:10:15 -07:00
Kevin Giszewski b94a6048e7 Merge pull request #16 from imulus/feature/refactors
Refactor the code
2014-01-19 05:52:46 -08:00
Kevin Giszewski d5d05cef2f Rename the propertyEditorService to propertyEditorResource 2014-01-19 08:00:09 -05:00
Tom Fulton e9f710ea9e Include C# solution in build/package outputs 2014-01-17 02:54:59 -07:00
Tom Fulton 9d3f4e76db Quick cleanup of packaging tasks 2014-01-17 02:20:54 -07:00
Tom Fulton 489628451b Merge branch 'develop' into feature/packaging
Conflicts:
	.gitignore
	Gruntfile.js
	package.json
2014-01-16 23:33:53 -07:00
Tom Fulton 0c4c04f84e Merge branch 'develop' into feature/nuget
Conflicts:
	.gitignore
	Gruntfile.js
	package.json
2014-01-16 23:30:38 -07:00
Kevin Giszewski 847c42238b Remove Imulus References from Archetype except for C# and Property Alias
- Default to only one fieldset
- Move all other options to 'advanced'
2014-01-16 14:23:02 -05:00
Kevin Giszewski 77084d5ce3 Rename views.js to config.views.js 2014-01-16 14:03:39 -05:00
Tom Fulton 2e0a84852b Add grunt task for creating umbraco package 2014-01-15 14:16:17 -07:00
Kevin Giszewski 14455ad9a2 Add propertyEditorService
- using a static json file for now (could not find any way to get a list)
2014-01-15 14:36:06 -05:00
Kevin Giszewski 475f9fc62c Include extra js 2014-01-14 14:14:42 -05:00
Tom Fulton 831ac0ca6f Tweak build tasks
* Disable spawn for watch:dev
* Reorder tasks
* Fix hardcoded path
2014-01-12 23:51:37 -07:00
Kevin Giszewski e8a2d81009 Get Running with the Latest Reorg of stuff 2014-01-12 14:33:09 -05:00
Kevin Giszewski e44be56fb1 Ini new changes 2014-01-12 14:05:39 -05:00
Tom Fulton 4fb4c23c7d Fix build paths 2014-01-12 04:40:41 -07:00
Tom Fulton bffdc7f644 Add build option to touch web.config automatically on deploy 2014-01-12 04:40:27 -07:00
Tom Fulton 5a3a38cc68 Add deploy, watch:dev tasks to ease local development. Usage:
`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/*
2014-01-12 03:26:08 -07:00
Tom Fulton eafd2d454c Inject package version, files into nuspec on build
* Move /build/ -> /pkg/
* Add nuspec
* Refactor package:nuget workflow to create a temporary directory to build the package from - so we can store the transformed file
* Add grunt-template task to transform the nuspec
2014-01-12 02:13:05 -07:00
Tom Fulton 9a7bf3693c Add package:nuget task
* Add grunt-nuget
* Add nuspec file
* Add build task
2014-01-11 22:17:12 -07:00
Tom Fulton b524121f8a Initial commit 2014-01-10 17:20:35 -07:00