Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
Merge pull request #597 from NOtherDev/patch-1
Browse files Browse the repository at this point in the history
Fix for usemin JS path that ignores Babel transpilation
  • Loading branch information
eddiemonge committed Sep 21, 2015
2 parents 4891bd4 + d2f9069 commit 2384bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h1>'Allo, 'Allo!</h1>
<!-- endbuild -->
<% } %>

<!-- build:js scripts/main.js -->
<!-- build:js(.tmp) scripts/main.js -->
<script src="scripts/main.js"></script>
<!-- endbuild -->

Expand Down

0 comments on commit 2384bab

Please sign in to comment.