Skip to content

Commit

Permalink
v0.9.28
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhalasz committed Jan 4, 2016
1 parent 48b38c0 commit e40130b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion controllers/construct.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ module.exports = function(constructName, constructRoot, app){
app.header(function($){

$.htmlModule = function(pathname){
console.log('pathname', pathname)
if(!pathname || (pathname && pathname.indexOf(/\n|\r/) != -1)){
var path = pathname ? pathname : 'index.html'
var context = merge(clone($, false, 1), $.data)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diet",
"version": "0.9.27",
"version": "0.9.28",
"description": "A tiny, fast and modular node.js web framework. Good for making fast & scalable apps and apis.",
"homepage": "http://dietjs.com/",
"keywords": [
Expand Down

0 comments on commit e40130b

Please sign in to comment.