Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Jul 27, 2021
2 parents cf05579 + 0d6625b commit 927d52d
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,20 @@

<!-- Version window -->
<link rel="stylesheet" href="styles/version.css">

</head>


<body ng-app="icestudio">

<div ng-view></div>
<script>
window.$ = window.JQuery = window.jQuery = require('jquery');
</script>

<!-- ************************************************************** -->
<!-- ****** External Javascript modules ********* -->
<!-- ************************************************************** -->
<!-- jquery: jQuery is a fast, small, and feature-rich JavaScript library.
https://jquery.com/ -->
<script src="node_modules/jquery/dist/jquery.min.js"></script>

<!-- angularjs: AngularJS lets you extend HTML vocabulary for your
application. The resulting environment is extraordinarily
Expand All @@ -81,11 +82,7 @@
<script src="node_modules/angular-ui-bootstrap/dist/ui-bootstrap-tpls.js"></script>
<script src="node_modules/angular-gettext/dist/angular-gettext.min.js"></script>

<!-- jquery: jQuery is a fast, small, and feature-rich JavaScript library.
https://jquery.com/ -->
<script src="node_modules/jquery/dist/jquery.min.js"></script>

<!-- jquery-resize: Resize elements easily
<!-- jquery-resize: Resize elements easily
http://benalman.com/projects/jquery-resize-plugin/ -->
<script src="node_modules/cos-jquery-resize/jquery.ba-resize.min.js"></script>

Expand Down Expand Up @@ -190,8 +187,8 @@
<script src="resources/libs/iceplugmanager.js"></script>

<!-- Icestudio app ENTRY POINT -->
<script src="scripts/app.js"></script>

<script src="scripts/app.js"></script>
<script src="scripts/controllers/design.js"></script>
<script src="scripts/controllers/main.js"></script>
<script src="scripts/controllers/menu.js"></script>
Expand All @@ -218,6 +215,7 @@
<script src="scripts/services/collections.js"></script>
<script src="scripts/services/shortcuts.js"></script>
<script src="scripts/services/tools.js"></script>

</body>

</html>

0 comments on commit 927d52d

Please sign in to comment.