Skip to content

Commit

Permalink
disable additional modules
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Aug 19, 2016
1 parent 7ea4d08 commit 2d3023b
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 963 deletions.
10 changes: 5 additions & 5 deletions generate-material.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ const MaterialTools = require('angular-material-tools');
let tools = new MaterialTools({
destination: './output',
version: '1.1.0',
modules: ['core', 'animate', 'layout', /*'gestures'*/, 'theming', 'palette', 'autocomplete', 'icon', /*'virtualRepeat'*/,
'showHide', 'backdrop', /*'bottomSheet'*/, 'button', 'card', 'checkbox', 'chips', 'colors', 'content', 'datepicker',
'dialog', 'divider', 'fabActions', 'fabShared', 'fabSpeedDial', /*'fabToolbar', 'gridList'*/, 'input', 'list', 'menu',
'menuBar'/*, 'navBar'*/, 'panel', 'progressCircular', 'progressLinear', 'radioButton', 'select', 'sidenav', /*'slider'*/,
'sticky', 'subheader', /*'swipe', 'switch'*/, 'tabs', /*'toast'*/, 'toolbar', 'tooltip', 'whiteframe'],
modules: ['core', 'animate'/*, 'layout',*/ /*'gestures'*/, 'theming', 'palette', 'autocomplete', 'icon', /*'virtualRepeat'*/,
'showHide', 'backdrop', /*'bottomSheet'*//*, 'button'*/, 'card', 'checkbox', 'chips', 'colors', 'content', 'datepicker',
'dialog', 'divider', 'fabActions', 'fabShared', 'fabSpeedDial', /*'fabToolbar', 'gridList'*/, 'input'/*, 'list'*/, 'menu',
'menuBar'/*, 'navBar'*/, 'panel', 'progressCircular', 'progressLinear', 'radioButton', 'select', 'sidenav', /*'slider'*//*,
'sticky'*//*, 'subheader'*/, /*'swipe', 'switch'*/, 'tabs', /*'toast'*/, 'toolbar', 'tooltip', 'whiteframe'],



Expand Down

0 comments on commit 2d3023b

Please sign in to comment.