revathskumar / gulp-dart2js

[DON'T USE THIS] Gulp plugin for dart2js
MIT License
7 stars 1 forks source link

ability to set a different than '.js' extension #3

Open alexeysapoz opened 10 years ago

alexeysapoz commented 10 years ago

Hello,

I've added ability to set a different than '.js' extension. It's useful when dart files connected with dart.js script:

<script type="application/dart" src="main.dart"></script>
<script src="packages/browser/dart.js"></script>

If browser supports dart files it will use main.dart otherwise it will download main.dart.js