Skip to content

Commit

Permalink
update testPlugin to use minified version of buildfireJs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadfh committed Nov 21, 2017
1 parent 0c7777e commit 44b05d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/testPlugin/control/content/index.html
Expand Up @@ -12,7 +12,7 @@
-->

<!-- JS -->
<script src="../../../../scripts/buildfire.js"></script>
<script src="../../../../scripts/buildfire.min.js"></script>

<!--
<script src="../../../../scripts/angular/angular.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion plugins/testPlugin/widget/index.html
Expand Up @@ -8,7 +8,7 @@
-->

<!-- JS -->
<script src="../../../scripts/buildfire.js"></script>
<script src="../../../scripts/buildfire.min.js"></script>

<!--
<script src="../../../scripts/angular/angular.min.js"></script>
Expand Down

0 comments on commit 44b05d8

Please sign in to comment.