google-cdn-data

0.1.25 • Public • Published

google-cdn-data Build Status

Google CDN data for google-cdn.

This module makes it easy to replace references to your bower resources in your app with links to the libraries on the Google CDN.

Getting started

Install: npm install --save-dev google-cdn google-cdn-data

Example

bower.json:

{
  "name": "my-awesome-app",
  "dependencies": {
    "jquery": "~2.0.0"
  }
}
var googlecdn = require('google-cdn');
 
var bowerConfig = loadJSON('bower.json');
var markup = '<script src="bower_components/jquery/jquery.js"></script>';
googlecdn(markup, bowerConfig, {cdn: require('google-cdn-data')}, function (err, result) {
  if (err) {
    throw err;
  }
 
  assert.equal(result,
    '<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>');
});

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i google-cdn-data

Weekly Downloads

60,837

Version

0.1.25

License

MIT

Last publish

Collaborators

  • passy
  • shahata