We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f6ef1 commit 453b69aCopy full SHA for 453b69a
README.md
@@ -26,7 +26,7 @@ elixir(function(mix) {
26
});
27
```
28
29
-This will compile all *.ts files in your `resources/assets/typescript/` folder.
+This will compile all *.ts files in your `resources/assets/typescript/` folder and concat the compiled content into `public/js/app.js`.
30
31
If you'd like to output to a different directory than the default `public/js`, then you may override this as well.
32
0 commit comments