Fixing up the component handler to be compiled into the relevant scripts

master
Matt Gaunt 2014-12-23 12:02:41 +00:00
parent 870f036ffe
commit cb74e5229c
2 changed files with 3 additions and 2 deletions

View File

@ -67,6 +67,7 @@
</div>
<!-- build:js(app/) ../../scripts/main.min.js -->
<script src="styleguide/third_party/wskComponentHandler.js"></script>
<script src="scripts/main.js"></script>
<script src="styleguide/layout/layout.js"></script>
<!-- endbuild -->

View File

@ -129,9 +129,9 @@
</div>
</div>
</div>
<script src="styleguide/third_party/wskComponentHandler.js"></script>
<!-- build:js ../../scripts/main.min.js -->
<!-- build:js ../../scripts/styleguide.min.js -->
<script src="styleguide/layout/layout.js" async defer></script>
<script src="styleguide/third_party/wskComponentHandler.js"></script>
<!-- endbuild -->
<!-- Script to handle sizing the iFrames -->