Senica Gonzalez
Results
2
issues of
Senica Gonzalez
…ion. I have a function in my functions.php file that retrieves images from vimeo. I know those images are already compressed, so I don't need tinypng to touch them. I'm...
``` coffeescript preprocess: build: options: inline: true context: ENV: 'dev' src: ['build/**/*'] ``` Will give a file not found error However, if I do `src: ['build/**/*.js']` then it's all good....