Explorar el Código

grunt can find Web in new project

Herbert Vojčík hace 10 años
padre
commit
5840504c9e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      root/Gruntfile.js

+ 1 - 1
root/Gruntfile.js

@@ -28,7 +28,7 @@ module.exports = function (grunt) {
         amberc: {
             options: {
                 amber_dir: path.join(__dirname, "bower_components", "amber"),
-                library_dirs: ['src'],
+                library_dirs: ['src', 'bower_components/amber/contrib/src'],
                 closure_jar: ''
             },
             all: {