Skip to content
Snippets Groups Projects
Commit b29d9600 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

Fix release build (useref and uglify error because of css)

parent c9c7add2
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,14 @@
<!-- build:css dist_css/cesium.css -->
<link href="css/ionic.app.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!--removeIf(device)-->
<link href="css/style-no-device.css" rel="stylesheet">
<!--endRemoveIf(device)-->
<!--removeIf(no-plugin)-->
<link href="dist/dist_css/plugins/es/css/style.css" rel="stylesheet">
<!--endRemoveIf(device)-->
<!-- endbuild -->
<!-- build:js dist_js/cesium.js -->
......@@ -86,7 +91,6 @@
<!--removeIf(no-plugin)-->
<!-- Plugins -->
<link href="dist/dist_css/plugins/es/css/style.css" rel="stylesheet">
<script src="dist/dist_js/app/plugins.js"></script>
<script src="dist/dist_js/plugins/translations.js"></script>
<script src="dist/dist_js/plugins/templates.js"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment