faylang / fay

A proper subset of Haskell that compiles to JavaScript
https://github.com/faylang/fay/wiki
BSD 3-Clause "New" or "Revised" License
1.29k stars 86 forks source link

Loading the External reference #445

Open madhufeb opened 7 years ago

madhufeb commented 7 years ago

Hi querying about my project bootstrap file are not working when min.js placed above that bootstrap.min.js is there and placement matters in js files

bergmark commented 7 years ago

Yes, the browser will parse and execute the first file before touching the next one.