Skip to content

Commit

Permalink
Merge pull request #66 from onursumer/webpack
Browse files Browse the repository at this point in the history
Webpack
  • Loading branch information
onursumer authored Dec 8, 2016
2 parents c4685de + 3bfb00d commit 1475afb
Show file tree
Hide file tree
Showing 1,374 changed files with 49,667 additions and 238,476 deletions.
13 changes: 13 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"env": {
"browser": true,
"es6": true,
"amd": true
},
"rules": {
"no-undef": 1
},
"globals": {
"module": true
}
}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.iml
.idea
node_modules
*.log
*.log
.eslintcache
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
legacy
lib
debug
README.md
node_modules
.idea
*.iml
*.log
.eslintrc.json
.eslintcache
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

3. Build MutationMapper
```
gulp make
npm run build
```
Binary file added build/images/ajax-loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/help.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/ma.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/images/warning.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1475afb

Please sign in to comment.