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
This commit is contained in:
Tom Fulton
2014-01-12 01:12:50 -07:00
parent 9a7bf3693c
commit eafd2d454c
4 changed files with 38 additions and 8 deletions
+2 -1
View File
@@ -12,6 +12,7 @@
"grunt-contrib-jshint": "~0.7.2",
"grunt-cli": "~0.1.11",
"grunt-contrib-clean": "~0.5.0",
"grunt-nuget": "~0.1.1"
"grunt-nuget": "~0.1.1",
"grunt-template": "~0.2.2"
}
}