Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
grunt-google-cdn
Advanced tools
Grunt task for replacing refs to resources on the Google CDN
This plugin requires Grunt ~0.4.0
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
npm install grunt-google-cdn
It manages dependencies using Bower, be sure to have it installed, and a bower.json/component.json in your project.
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-google-cdn');
Run this task with the grunt cdnify
command.
Within your Gruntfile.js file, you need to specify the html directory that contains the html referencing your CDN files.
cdnify: {
dist: {
html: ['app/*.html']
}
}
You will need a valid bower.json/component.json file in your project, that has dependencies and a version listed accordingly
{
"name": "myAwesomeApp",
"version": "0.0.1",
"dependencies": {
"rsvp": "*",
"carve": ">=0.0.1",
"es5-shim": "~2.0.8",
"optimist" : "0.2.x"
}
If any updates are found, it will go through the files you specified, updating any references to those scripts.
BSD
FAQs
Grunt task for replacing refs to resources on the Google CDN
The npm package grunt-google-cdn receives a total of 0 weekly downloads. As such, grunt-google-cdn popularity was classified as not popular.
We found that grunt-google-cdn demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.