This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var fs = require('fs'); | |
module.exports = { | |
body : [ 'body.cart' ], | |
cache: { | |
eabled: false | |
}, | |
transform : function(req, response, body, $) { | |
var partials = req.app.hbsPartials; | |
var global_data = req.app.bb && req.app.bb.data && req.app.bb.data.partials.length ? req.app.data.partials : {}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set expandtab smarttab | |
set shiftwidth=2 | |
set tabstop=2 | |
set number ruler | |
set nowrap backspace=indent,eol,start | |
set laststatus=2 | |
set linespace=0 | |
set cursorline | |
set cursorcolumn |
OlderNewer