mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Moved popup windows into a specific folder
This commit is contained in:
parent
dcf896954f
commit
9540002c6e
2
build.js
2
build.js
@ -49,7 +49,7 @@ function compile_page(){
|
|||||||
.pipe(include({includePaths: ['/svg']}))
|
.pipe(include({includePaths: ['/svg']}))
|
||||||
|
|
||||||
.pipe(handlebars({encoding: 'utf8', debug: true, bustCache: true})
|
.pipe(handlebars({encoding: 'utf8', debug: true, bustCache: true})
|
||||||
.partials('./views/[!index]*.hbs')
|
.partials('./views/[!index]*.hbs').partials('./views/popups/*.hbs')
|
||||||
//.helpers({ svg: hb_svg })
|
//.helpers({ svg: hb_svg })
|
||||||
.helpers('./helpers/**/*.js')
|
.helpers('./helpers/**/*.js')
|
||||||
.data({
|
.data({
|
||||||
|
@ -26,16 +26,16 @@
|
|||||||
{{> holders}}
|
{{> holders}}
|
||||||
|
|
||||||
<div id="pop-up-container">
|
<div id="pop-up-container">
|
||||||
{{> start-pixel-popup}}
|
{{> new-pixel}}
|
||||||
{{> splash-page-popup}}
|
{{> splash-page}}
|
||||||
{{> sprite-resize-popup}}
|
{{> sprite-resize}}
|
||||||
{{> canvas-resize-popup}}
|
{{> canvas-resize}}
|
||||||
{{> palette-popup}}
|
{{> palette}}
|
||||||
{{> help-popup}}
|
{{> help}}
|
||||||
{{> about-popup}}
|
{{> about}}
|
||||||
{{> changelog-popup}}
|
{{> changelog}}
|
||||||
{{> credits-popup}}
|
{{> credits}}
|
||||||
{{> settings-popup}}
|
{{> settings}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="/pixel-editor/pixel-editor.js"></script>
|
<script src="/pixel-editor/pixel-editor.js"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user