Skip to content

Instantly share code, notes, and snippets.

@wpsmith
Created January 30, 2019 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpsmith/221bfe8fc44201284609cfc932211a5f to your computer and use it in GitHub Desktop.
Save wpsmith/221bfe8fc44201284609cfc932211a5f to your computer and use it in GitHub Desktop.
BowerRC with ignored WP core JS files
{
"directory": "assets/",
"ignoredDependencies": [
"babel-polyfill",
"backbone",
"element-closest",
"formdata-polyfill",
"imagesloaded",
"jquery",
"jquery-color",
"jquery-form",
"jquery-hoverintent",
"jquery-ui",
"lodash",
"masonry-layout",
"moment",
"polyfill-library",
"react",
"react-dom",
"twemoji",
"underscore",
"whatwg-fetch"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment