mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
removed final SLUG instances in build script
This commit is contained in:
parent
9c9818e051
commit
6d66963509
4
build.js
4
build.js
@ -46,13 +46,13 @@ function render_css(){
|
||||
}
|
||||
|
||||
function compile_page(){
|
||||
gulp.src(path.join('./views/', SLUG + '.hbs'))
|
||||
gulp.src(path.join('./views/index.hbs'))
|
||||
.pipe(hb({encoding: 'utf8'})
|
||||
.partials('./_ext/modules/_*.hbs')
|
||||
.helpers({ svg: hb_svg })
|
||||
.helpers('./_ext/modules/hbs/helpers/**/*.js')
|
||||
.data({
|
||||
projectSlug: SLUG,
|
||||
projectSlug: 'pixel-editor',
|
||||
title: 'Lospec Pixel Editor',
|
||||
layout: false,
|
||||
}))
|
||||
|
Loading…
Reference in New Issue
Block a user