mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 05:54:48 -04:00
More jade.
This commit is contained in:
parent
10c651c0a5
commit
e53d72e977
4 changed files with 78 additions and 73 deletions
|
@ -36,7 +36,7 @@ var version = '0.22-dev-8',
|
|||
|
||||
mapper = function (blob) {
|
||||
|
||||
return blob.source.replace(src, build).replace(/\.less$/, '.css').replace(/\.jade$/, '.html');
|
||||
return blob.source.replace(src, build).replace(/\.less$/, '.css').replace(/\.jade$/, '');
|
||||
},
|
||||
|
||||
mapperRoot = function (blob) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue