Changeset 531 for Dev/trunk/Gruntfile.js
- Timestamp:
- 03/27/14 14:44:36 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/Gruntfile.js
r522 r531 74 74 ,'heroku-config' 75 75 ,'http:db-push-local-to-cloud']); 76 grunt.registerTask('cloudant-url', 77 "Print the Cloudant URL to the console.", 78 ['path-check:heroku' 79 ,'heroku-config' 80 ,'print:herokuConfig.CLOUDANT_URL:CLOUDANT_URL' 81 ]); 76 82 grunt.registerTask('#', 77 83 "---\nTASKS BELOW ARE INTERNAL AND SHOULD NOT USUALLY BE CALLED FROM THE COMMAND-LINE\n---", … … 304 310 grunt.loadTasks('./grunt-tasks'); 305 311 312 grunt.registerTask('print',"Print a variable.", 313 function(varname,name) { 314 grunt.log.write(grunt.template.process((name||varname)+"=<%= "+varname+" %>")); 315 }); 316 306 317 // UTIL FUNCTIONS 307 318
Note: See TracChangeset
for help on using the changeset viewer.