Sometimes the files you’re trying to ignore had already been submitted into version control on previous occasions. To ignore those existing files, you’ll need to re-submit them as deleted files. After which they would be removed from the repository. It looks like .gitignore isn’t working, but it actually is.
Vim: How to AutoCompile Less & Coffee with SourceMaps
in .vimrc:
au BufWritePost *.less silent !lessc <afile> --source-map <afile>:r.css au BufWritePost *.coffee silent make -m
Feelings in AI
I’ve always thought robots can’t have feelings. But a discussion about AI this morning changed my mind.
WordPress Updates Error
How to solve the problem of:
To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed.
requestAnimationFrame and “this”
How to call requestAnimationFrame with a this
:
Continue reading