grunt.fatal('Could not find local cdn repository.')
}
});
// Define complex tasks
grunt.registerTask('website',"Copy select files to the timeline.knightlab.com website repository",['check-for-cdn','copy:website']);
grunt.registerTask('stage',"Stage the release for deployment to the CDN",['check-for-cdn','clean:stg','copy:stg']);
grunt.registerTask('stage-latest',"Stage the release for deployment to the CDN, and copy it to the latest directory",['stage','clean:stgLatest','copy:stgLatest']);
grunt.registerTask('website',"Copy select files to the timeline.knightlab.com website repository",
['check-for-website','copy:website']);
grunt.registerTask('stage',"Stage the release for deployment to the CDN",
['check-for-cdn','clean:stg','copy:stg']);
grunt.registerTask('stage-latest',"Stage the release for deployment to the CDN, and copy it to the latest directory",