Skip to content

Commit

Permalink
fix(view): rename *.jade files to *.pug
Browse files Browse the repository at this point in the history
  • Loading branch information
koshuang committed Feb 4, 2017
1 parent 272b120 commit fde4e1a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const PATHS = {
dest: path.join(DEST, 'app/errors'),
},
views: {
src: path.join(SRC, 'app/views/**/*.jade'),
src: path.join(SRC, 'app/views/**/*.pug'),
dest: path.join(DEST, 'app/views'),
},
controllers: {
Expand Down
File renamed without changes.
File renamed without changes.
6 changes: 0 additions & 6 deletions src/app/views/index.jade → src/app/views/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,3 @@ block head
block body
h1= title
p Welcome to #{title}!

h2= 'more links'
p
a(href='/movies')= 'movies'
p
a(href='/extras')= 'extras'
File renamed without changes.
14 changes: 0 additions & 14 deletions src/app/views/movies.jade

This file was deleted.

0 comments on commit fde4e1a

Please sign in to comment.