Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
metexplore
MetExploreViz
Commits
0d0e63e2
Commit
0d0e63e2
authored
Jan 30, 2020
by
maxchaza
Browse files
remove cache management
parent
0e3d2000
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
app.json
View file @
0d0e63e2
...
...
@@ -7,7 +7,7 @@
/**
*
The
version
of
the
application.
*/
"version"
:
"3.0.
4
"
,
"version"
:
"3.0.
5
"
,
/**
*
The
relative
path
to
the
application's
markup
file
(html
,
jsp
,
asp
,
etc.).
...
...
build.xml
View file @
0d0e63e2
...
...
@@ -6,11 +6,6 @@
limit your changes to this file.
-->
<import
file=
"${basedir}/.sencha/app/build-impl.xml"
/>
<target
name=
"-after-build"
>
<replace
file=
"${build.out.page.path}"
token=
"#disableAppJsonCacheScript"
value=
"${workspace.disableAppJsonCacheScript}"
/>
</target>
<!--
The following targets can be provided to inject logic before and/or after key steps
of the build process:
...
...
index.html
View file @
0d0e63e2
...
...
@@ -6,8 +6,6 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
/>
<link
href=
"resources/icons/favicon.ico"
type=
"image/x-icon"
rel=
"shortcut icon"
/>
#disableAppJsonCacheScript
<!-- <script id="microloader" type="text/javascript" data-app="c2a09d62-4072-4cd8-93fd-00718ff8a8f2" src="bootstrap.js"></script> -->
<script
id=
"microloader"
type=
"text/javascript"
src=
"bootstrap.js"
></script>
...
...
@@ -34,9 +32,7 @@
document
.
getElementById
(
"
visualisation
"
).
style
.
height
=
dimensionIFrameMetExploreViz
.
height
+
"
px
"
;
}
// Launch metExploreViz after microloader loading
Ext
.
Microloader
.
onCachedAssetsReady
=
function
(){
window
.
location
.
reload
();
};
//
// Ext.Microloader.onAllUpdatedAssetsReady = function(){
// Ext.onReady(function() {
...
...
sass/example/bootstrap.js
deleted
100644 → 0
View file @
0e3d2000
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment