File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ var newConnection = function(handlers) {
28
28
} ;
29
29
30
30
$ ( function ( ) {
31
- var body = $ ( "body" ) . html ( require ( "./page.jade " ) ( ) ) ;
31
+ var body = $ ( "body" ) . html ( require ( "./page.pug " ) ( ) ) ;
32
32
var status = $ ( "#status" ) ;
33
33
var okness = $ ( "#okness" ) ;
34
34
var $errors = $ ( "#errors" ) ;
File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module.exports = {
2
2
module : {
3
3
loaders : [
4
4
{ test : / \. c s s $ / , loader : "style!css" } ,
5
- { test : / \. j a d e $ / , loader : "jade ?self" }
5
+ { test : / \. p u g $ / , loader : "pug ?self" }
6
6
]
7
7
} ,
8
8
node : {
Original file line number Diff line number Diff line change 27
27
"eslint" : " ^2.10.1" ,
28
28
"eslint-plugin-nodeca" : " ^1.0.3" ,
29
29
"file-loader" : " ~0.8.4" ,
30
- "jade " : " ^1.11.0 " ,
31
- "jade -loader" : " ~0.8 .0" ,
30
+ "pug " : " 2.0.0-beta5 " ,
31
+ "pug -loader" : " ~2.3 .0" ,
32
32
"jquery" : " ^2.2.0" ,
33
- "jsbeautify " : " ^0.3.6 " ,
33
+ "js-beautify " : " ^1.6.3 " ,
34
34
"less" : " ^2.5.1" ,
35
35
"less-loader" : " ~2.2.0" ,
36
36
"style-loader" : " ~0.13.0" ,
You can’t perform that action at this time.
0 commit comments