I'm using node.js and gulp to compile coffee. Compiled js file is linked to html like this:
<script type="text/javascript" src="/assets/scripts/local/restore/create.js?v=150129_666"></script>
EDIT:
create.js
is up-to-date. But the page behavior and browser debbuger show I'm using some older version of my create.coffee
. Can't get why, and how to get rid off. Or at least use current version of create.coffee
. Thanks.