Adapt amberc tasks to use options instead of _config property
@@ -7,7 +7,7 @@ module.exports = function(grunt) {
pkg: grunt.file.readJSON('../package.json'),
amberc: {
- _config: {
+ options: {
amber_dir: '../vendor/amber',
closure_jar: ''
},
@@ -7,14 +7,14 @@ module.exports = function(grunt) {
twitterwall: {
src: ['st/TwitterWall.st'],
output_dir: 'js',
- libraries:[ 'Canvas']
+ libraries:[ 'Canvas']
}
});