mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
some refactoring...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ecab91a56c
commit
f15414f557
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
- pWiki _portable app_
|
- pWiki _portable app_
|
||||||
|
|
||||||
This is a simple note / todo /outline app.
|
This is a simple note / todo / outline app.
|
||||||
|
|
||||||
The pWiki app is a stand-alone instance of pWiki wrapped in an app
|
The pWiki app is a stand-alone instance of pWiki wrapped in an app
|
||||||
supporting all major desktop as well as mobile platforms.
|
supporting all major desktop as well as mobile platforms.
|
||||||
|
|||||||
2
bootstrap.js
vendored
2
bootstrap.js
vendored
File diff suppressed because one or more lines are too long
@ -17,7 +17,7 @@ glob('bootstrap/**/*.@(tpl|md|css|html)')
|
|||||||
.on('match', function(path){
|
.on('match', function(path){
|
||||||
var p = path
|
var p = path
|
||||||
.replace('bootstrap/', '')
|
.replace('bootstrap/', '')
|
||||||
.replace(/\.(tpl|md|css|html)/, '')
|
.replace(/\.(json|txt|md|css|html)/, '')
|
||||||
|
|
||||||
if(p)
|
if(p)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user