Herby Vojčík hace 4 años
padre
commit
92bcf87b2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Gruntfile.js

+ 1 - 1
Gruntfile.js

@@ -55,7 +55,7 @@ module.exports = function (grunt) {
             },
             all: {
                 src: [
-                    'src/Web.st', 'src/Web-Snippets.js' // list all sources in dependency order
+                    'src/Web.st', 'src/Web-Snippets.st' // list all sources in dependency order
                     // list all tests in dependency order
                 ],
                 amd_namespace: 'amber/web',