Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bitovi/canjs
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Feb 6, 2013
2 parents 18825cd + 8fa3a6f commit 4a7167d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ module.exports = function (grunt) {
getGhPages : 'git clone -b gh-pages <%= pkg.repository.url %> build/gh-pages',
copyLatest : 'rm -rf build/gh-pages/release/<%= pkg.version %> && ' +
'cp -R <%= meta.out %>/<%= pkg.version %> build/gh-pages/release/<%= pkg.version %> && ' +
'cp <%= meta.out %>/can.js.<%= pkg.version %>.zip build/gh-pages/downloads &&' +
'rm -rf build/gh-pages/release/latest && ' +
'cp -R <%= meta.out %>/<%= pkg.version %> build/gh-pages/release/latest',
copyEdge : 'rm -rf build/gh-pages/release/edge && ' +
Expand Down Expand Up @@ -102,6 +103,6 @@ module.exports = function (grunt) {
grunt.registerTask("edge", "build:edge build:edgePlugins strip:edge beautify:dist docco:edge bannerize:edge");
grunt.registerTask("latest", "build:latest build:latestPlugins strip:latest beautify:dist bannerize:latest docco:latest");
grunt.registerTask("ghpages", "shell:cleanup shell:getGhPages shell:copyLatest shell:updateGhPages shell:cleanup");
grunt.registerTask("deploy", "latest ghpages shell:bundleLatest");
grunt.registerTask("deploy", "latest shell:bundleLatest ghpages");

};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "CanJS",
"description" : "MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.",
"version" : "1.1.3",
"version" : "1.1.4",
"author" : {
"name" : "Bitovi",
"email" : "[email protected]",
Expand Down

0 comments on commit 4a7167d

Please sign in to comment.