diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-25 13:13:57 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-25 13:13:57 +0100 |
| commit | d25ff2bddd44b9dac1ceb248424109d1782dd211 (patch) | |
| tree | 34fcfd824a1a72e7b4d431b688adcea532b62180 /minionlivesmatter/templates/assets/bootstrap-material-design/js/index.js | |
| parent | a2cbdd1b88ac723e5e441c0a3c22636f0a8c4dfd (diff) | |
| download | meta-d25ff2bddd44b9dac1ceb248424109d1782dd211.tar.gz meta-d25ff2bddd44b9dac1ceb248424109d1782dd211.zip | |
add minionlivesmatter as submodule
Diffstat (limited to 'minionlivesmatter/templates/assets/bootstrap-material-design/js/index.js')
| -rw-r--r-- | minionlivesmatter/templates/assets/bootstrap-material-design/js/index.js | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/minionlivesmatter/templates/assets/bootstrap-material-design/js/index.js b/minionlivesmatter/templates/assets/bootstrap-material-design/js/index.js deleted file mode 100644 index b90a2c0..0000000 --- a/minionlivesmatter/templates/assets/bootstrap-material-design/js/index.js +++ /dev/null @@ -1,32 +0,0 @@ -/* - * This is the main entry point. - * - * You can import other modules here, including external packages. When bundling using rollup you can mark those modules as external and have them excluded or, if they have a jsnext:main entry in their package.json (like this package does), let rollup bundle them into your dist file. - * - * IMPORTANT NOTE: If you are ultimately creating an iife/self executing bundle for the browser, be sure to: - * import 'babel-polyfill' - * - * at your application entry point. This is necessary for browsers that do not yet support some ES2015 runtime necessities such as Symbol. We do this in `index-iife.js` for our iife rollup bundle. - */ -import 'babel-polyfill' - -// Bootstrap components -import 'bootstrap/dist/js/bootstrap' - -// invalidComponentMatches is currently disabled due to https://github.com/rollup/rollup/issues/428#issuecomment-170066452 -import './checkbox' -import './checkboxInline' -import './collapseInline' -import './file' -import './radio' -import './radioInline' -import './select' -import './switch' -import './text' -import './textarea' - -import './drawer' - -import './ripples' -import './autofill' -import './bootstrapMaterialDesign' |
