Skip to content

Commit

Permalink
refactor(build): replace Gulp build with Webpack
Browse files Browse the repository at this point in the history
Address part of angular-ui#1096 and angular-ui#1966
  • Loading branch information
jrbotros committed Apr 14, 2017
1 parent 7e4e11b commit b77cb49
Show file tree
Hide file tree
Showing 31 changed files with 53,733 additions and 2,419 deletions.
12 changes: 12 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
extends: 'airbnb',
installedESLint: true,
rules: {
'no-control-regex': 'off',
'no-param-reassign': 'off',
'no-underscore-dangle': 'off',
},
settings: {
'import/resolver': 'webpack',
},
};
6 changes: 3 additions & 3 deletions dist/select.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/select.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b77cb49

Please sign in to comment.