mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
bcecd3058b
- moved preview controllers to pskl.controller.preview - renamed PreviewFilmController to FramesListController - renamed AnimatedPreviewController to PreviewController - fixed init of popup preview on IE (use ownerDocument to create TiledFrameRenderer container) => should try with innerHTML - moved open popup button inside the minimap (show on hover)
34 lines
991 B
JavaScript
34 lines
991 B
JavaScript
// This list is used both by the grunt build and index.html (in debug mode)
|
|
|
|
(typeof exports != "undefined" ? exports : pskl_exports).styles = [
|
|
"css/reset.css",
|
|
"css/style.css",
|
|
"css/layout.css",
|
|
"css/font-icon.css",
|
|
"css/forms.css",
|
|
"css/settings.css",
|
|
"css/settings-application.css",
|
|
"css/settings-export.css",
|
|
"css/settings-import.css",
|
|
"css/settings-resize.css",
|
|
"css/tools.css",
|
|
"css/icons.css",
|
|
"css/cheatsheet.css",
|
|
"css/color-picker-slider.css",
|
|
"css/dialogs.css",
|
|
"css/dialogs-import-image.css",
|
|
"css/dialogs-browse-local.css",
|
|
"css/dialogs-create-palette.css",
|
|
"css/notifications.css",
|
|
"css/toolbox.css",
|
|
"css/toolbox-layers-list.css",
|
|
"css/toolbox-palettes-list.css",
|
|
"css/toolbox-animated-preview.css",
|
|
"css/transformations.css",
|
|
"css/spectrum/spectrum.css",
|
|
"css/spectrum/spectrum-overrides.css",
|
|
"css/bootstrap/bootstrap.css",
|
|
"css/bootstrap/bootstrap-tooltip-custom.css",
|
|
"css/frames-list.css",
|
|
"css/minimap.css"
|
|
]; |