-
Maybe via the queryChainer.
```
var chainer = new Sequelize.Utils.QueryChainer;
chainer.add(User.build({name: 'foo'}).save());
chainer.add(User.build({name: 'bar'}).save());
chainer.run({transaction…
-
It would be great to see some benchmarks compared to Jade to at least give a sense of difference if there is any.
-
'sourcePath' option must be supplied to addJavaScript. Consider passing inputPath. (compiling client/views/main.blade)
at Object._.extend.build._.each.compileStep.addJavaScript (/home/chroz/.meteor/…
-
I am using this library to localize country names to be displayed as an alpha sorted list for the http://www.zmgc.net website - TZM Network tab
If I change the language to Slovakian for example `Čína…
-
Trying to install node-webkit in a Windows project of mine and ran into this. I am using Windows 7 and npm v1.3.8. When running npm install nodewebkit I got:
```
npm WARN package.json test@0.0.0 No d…
-
Just wanted to point out that include does not work on the client-side jade.js
My fix was to check if fs exists in the include parser, if not load the template via ajax and cache it on the page. All …
-
Hi,
do you already benchmarked Blade?
It would be interesting to see how it compares to swig:
http://paularmstrong.github.io/node-templates/benchmarks.html
-
https://github.com/bminer/node-blade/wiki/Live-UI-Blade-Plugin
Getting Started:
If you clone the Meteor repository and run this script, it should output everything you need to use Spark.
broken:
ht…
-
Can we get support to interpret javascript portions as coffeescript? Maybe automatically interpret `.bladec` files as coffeescript-backed blade files?
dlee updated
11 years ago
-
You're not doing anything with mtime. I think you should either eliminate mtime from the code or use it to check if a file has been changed, and only recompute the crc then.
Also I think https://gith…