I just finished developing a 2D Breakout Game using HTML5 Canvas based on MDN's 2D Breakout Game tutorial. I added a workflow to it of course for testing in command line purposes, for speeding up the development process, and speeding up the process of making files production ready. One thing I learned first and foremost: HTML5 Canvas games are data-consumption expensive! By removing a few things from the workflow like normalize.css and postcss-mixins npm plugin, as well as minifying code, I was ... Continue Reading
application programming interface
Gulp 3.9.1 and Nodejs 6.3.0
My workflow is still not working, even though I removed the lingering gulp file that was present in the usr/local/bin path. I went onto the gulpjs repo on Github under issue #1571 from March 17, 2016 (yes, March 17) and it stated the following: We are aware of the graceful-fs deprecation warning upon install of gulp 3.x. This is due to: 1. our graceful-fs devDependency 2. the vinyl-fs dependency Both of which we are unable to upgrade due to API breaking changes. There is nothing wrong with ... Continue Reading
The Famous 5 minute local WordPress install for Mac that wasn’t
Local WordPress and MAMP installation for Mac The first time I did a local WordPress install with MAMP on my MacBook Pro 15" laptop with Retina display, it was deceivingly simple and successful. However, the next time I tried to load the url to my local WordPress installation, Google let me know that it was not available! The following is my journey of discovery in troubleshooting my local WordPress and MAMP installation for Mac. The famous 5 minute WordPress Installation Process for ... Continue Reading