Browse Source

library_dirs defined for all amberc targets

Herbert Vojčík 11 years ago
parent
commit
300cee2e76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      root/Gruntfile.js

+ 1 - 1
root/Gruntfile.js

@@ -25,6 +25,7 @@ module.exports = function(grunt) {
     amberc: {
       options: {
         amber_dir: path.join(__dirname, "bower_components", "amber"),
+        library_dirs: ['src'],
         closure_jar: ''
       },
       test_runner: {
@@ -35,7 +36,6 @@ module.exports = function(grunt) {
           'SUnit',
           '{%= name %}-Tests' /* add other test packages here */
         ],
-        options: { library_dirs: ['src'] },
         main_class: 'NodeTestRunner',
         output_name: 'test_runner'
       }