Herby Vojčík 4 years ago
parent
commit
92bcf87b2a
1 changed files with 1 additions and 1 deletions
  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',