I one project in my company we were blocked by the Google Fonts CDN because one internal script was making a request each time it generated a PDF, so we decided to download the fonts to our own server.
In this post, I explain to you how to do it.
Information technologies. Per aspera ad astra
I one project in my company we were blocked by the Google Fonts CDN because one internal script was making a request each time it generated a PDF, so we decided to download the fonts to our own server.
In this post, I explain to you how to do it.
I am developing a WordPress theme using the Underscores theme as my starter theme and I want to automatize the Sass compiling. For this purpose, I will go to use Grunt, a JavaScript Task Runner.
In this example, I will use a Laravel Homestead, a Vagrant Virtual Machine, as my development environment.
I was trying to compile some Sass files using Grunt when I get this error:
$ grunt Running "sass:dist" (sass) task Warning: You need to have Ruby and Sass installed and in your PATH for this task to work. More info: https://github.com/gruntjs/grunt-contrib-sass Use --force to continue. Aborted due to warnings.