diff --git a/gulpfile.js b/gulpfile.js index 7e29d5a..9248bf1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -4,7 +4,7 @@ connect = require('gulp-connect'), open = require('gulp-open'), less = require('gulp-less'), - jade = require('gulp-jade'), + jade = require('gulp-pug'), path = require('path'), fs = require('fs'), paths = { diff --git a/index.html b/index.html index eb2e49f..f58d904 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - +
@@ -10,21 +10,20 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + @@ -36,11 +35,11 @@ @@ -92,7 +91,7 @@ diff --git a/package.json b/package.json index de4b276..f90bf75 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "devDependencies": { "gulp": "~3.9.0", "gulp-less": "~3.0.3", - "gulp-jade": "~1.1.0", + "gulp-pug": "~2.0.0-rc.3", "gulp-connect": "~2.2.0", "gulp-open": "~1.0.0" }