/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

juffalow.com
| | www.adamalbrecht.com
8.8 parsecs away

Travel
| | As my work has transitioned from traditional web apps to thick-client Javascript apps (primarily using Angular), Grunt has become essential in my workflow. Grunt is a nice tool and it gets the job done. But there was always something I didn't like about it that I couldn't quite articulate until I discovered Gulp.js. Whereas in Grunt, you create a json configuration file, Gulp is just a script. It's code. And it really fits my programmer brain better. In this post, I'll convert a basic Gruntfile that compiles and minifies Coffeescript into Gulp.
| | www.taniarascia.com
5.7 parsecs away

Travel
| | You've probably heard of Grunt, the JavaScript task runner that runs on Node.js. Maybe you've tried to get it up and running, but got lost...
| | owensd.io
8.8 parsecs away

Travel
| | This is a follow-up post from here: ClojureScript + Electron. Well, that was short-lived. I don't particularly like how NPM handles its dependencies. Basically, it flattens all of them exposing the inner details of the dependency graph to the project. Part of this is aid in sharing those dependencies. This is why I went with...
| | blog.coderspirit.xyz
24.1 parsecs away

Travel
| Although it's easy to generate CJS or ESM code from TS, generating both at the same time is a more complicated endeavour.