Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

Commit 38fbc6d

Browse files
committed
docs(readme): remove note about mixed environments
Mixed environments are rare. There is a bug that makes the `--lang=false` flag not work correctly as well
1 parent 7888d90 commit 38fbc6d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

readme.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,6 @@ angular.module('demoApp')
234234
.controller('UserCtrl', demoApp.UserCtrl);
235235
```
236236

237-
238-
A project can mix TypeScript, CoffeScript, and JavaScript files.
239-
240-
To output JavaScript files, even if CoffeeScript (or TypeScript) files exist (the default is to output CoffeeScript files if the generator finds any in the project), use `--coffee=false` and/or `--typescript=false`.
241-
242237
### Minification Safe
243238

244239
**tl;dr**: You don't need to write annotated code as the build step will

0 commit comments

Comments
 (0)