mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Enhancement : full piskel build deployed to dest
Use grunt [default] to build the application. Target dest with a webserver to launch the application.
This commit is contained in:
@@ -59,11 +59,11 @@
|
||||
} else {
|
||||
var script;
|
||||
if (window.location.href.indexOf("pack") != -1) {
|
||||
script = "build/piskel-packaged.js";
|
||||
script = "js/piskel-packaged.js";
|
||||
} else {
|
||||
script = "build/piskel-packaged-min.js";
|
||||
script = "js/piskel-packaged-min.js";
|
||||
}
|
||||
loadStyle('build/piskel-style-packaged.css');
|
||||
loadStyle('css/piskel-style-packaged.css');
|
||||
|
||||
var loaderInterval = window.setInterval(function () {
|
||||
if (document.querySelectorAll("[data-iframe-loader]").length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user