In a sentence, Gulp is a task runner. Gulp makes our life easier. In a development workflow, we need to do some tasks frequently and gulp can do some tasks automatically. Don’t think gulp is a replacement of grunt, but it is being improved very very fast. Gulp is a task/build runner for development. It… Continue reading Gulp tutorial for beginners
Month: January 2016
How to use SSL in localhost
There are lots of stuffs we need to test with SSL. There are some SSL providers that provide free SSL we can use those in our site. Among free SSL providers, I prefer to use CloudFlare, it’s very easy to use and nothing to setup though it needs ~24 hours to activate. Also, developers from… Continue reading How to use SSL in localhost