Blogspot - tagneto.blogspot.com - Tagneto
General Information:
Latest News:
Moving to a new blog 6 Sep 2012 | 04:23 am
Any new posts I do will be at jrburke.com. There is a post over there about the new blog. I will keep this blog for historical purposes, but any new posts will be at the new location.
volo 0.2.3: semver and a web site 30 Aug 2012 | 08:15 am
volo, a command line tool to create web projects, add front end dependencies and automate tasks, is now at 0.2.3. Get it via npm: npm install -g volo The complete set of changes are here. The notabl...
RequireJS 2.0.6 released 19 Aug 2012 | 12:46 pm
RequireJS 2.0.6 is available. The main focus of this release was cleaning up some rough edges in the r.js optimizer after switching to esprima for all module parsing/tracing. Most notably, the findNe...
RequireJS 2.0.5 released 9 Aug 2012 | 07:14 am
RequireJS 2.0.5 is available, along with almond 0.1.2 that matches the 2.0.5 behavior. The most notable changes: require.js: fix for a 'use strict' issue in Safari 6: should only show up in certain ...
On client components for web apps 26 Jul 2012 | 05:34 am
This is a response to a blog post by TJ Holowaychuk about browser-based components for web applications, and Isaac's notes on TJ's post. I am going to try to make this brief because I get tired of pe...
RequireJS 2.0.4 released 10 Jul 2012 | 09:44 am
RequireJS 2.0.4 is available. And hot on the heels of 2.0.3, there is a 2.0.4 release! Unfortunately a bug with a fix that was in 2.0.3 caused a different bug, and it was not found until after the.....
RequireJS 2.0.3 released 10 Jul 2012 | 08:41 am
RequireJS 2.0.3 is available. Just a maintenance bug fix release. Most notable changes are probably: optimizer now does not fully resolve "paths" until all config sources (mainConfigFile, build pro...
volo 0.2.2 released 7 Jul 2012 | 03:13 pm
volo 0.2.2, a JS package manager and project automator, has been released. To install/update: npm install -g volo Here is a list of changes. Probably the most notable one: volo create will run npm ...
Comments on Isaac's ES modules post 27 Jun 2012 | 02:23 am
Isaac Schlueter posted some thoughts on the ES modules proposal. He works on Node and NPM, so it is great to see things from his perspective vs. my browser-based perspective. I believe his post an my...
ES Modules: suggestions for improvement 26 Jun 2012 | 12:17 pm
There has been a recent bout of comments about ECMAScript (ES) harmony modules on twitter and elsewhere. Here is my attempt to explain parts of it, some of the design tradeoffs, and perhaps a middle g...