sinatra-bundles is an easy way to bundle CSS and Javascript assets in your sinatra application. Yes! It has tests! They are on runcoderun Usage sinatra-bundles combines Javascript and CSS into one file. Meaning, you can bundle 2 or more Javascript files into one, similar with CSS stylesheets. Any bundled files are expected to be in the public directory, under ‘javascripts’ and ‘stylesheets’ Assuming you have the following files in public: ./st...
Verbose Logging
software development with some really amazing hairWhy the Github's really are better than the cvsdude's
There are a lot of hosted source control providers out there. Github, bitbucket, cvsdude, ProjectLocker, Codaset, SourceForge, Codeplex, Google Code, Beanstalk, and I could probably keep going until all 5 of you stopped reading my blog. Personally, I’m a Github kind of guy. From the looks of things, I would also enjoy Codaset or bitbucket. We use cvsdude at CodeBaby, and while it gets the job done, it’s not something I’d use otherwise. First, ...
Read the full article
apt-runner: Just install it for me, please!
Picture this: You are reading some tutorial or whatever, and you need to install some things. So you run ‘aptitude install prog1 prog2’. Then you realize you need prog3 and 4 too, so you CTRL+C that, and run ‘aptitude install prog1 prog2 prog3 prog4’. Then you see you need something else. Rinse and repeat. This is really annoying. The worst part is you can’t run multiple aptitude instances, because they’ll whine about file locks or something. ...
Read the full article