|
You are here |
juffalow.com | ||
| | | | |
www.adamalbrecht.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | Although it's easy to generate CJS or ESM code from TS, generating both at the same time is a more complicated endeavour. | ||