Skip to content

Commit

Permalink
Merge pull request #14 from goliney/develop
Browse files Browse the repository at this point in the history
feat(build): Add babel, support node v0.12, remove example/build
  • Loading branch information
goliney authored Feb 18, 2017
2 parents 748cc24 + c82083a commit cdd70e6
Show file tree
Hide file tree
Showing 67 changed files with 1,263 additions and 7,466 deletions.
7 changes: 7 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"presets": ["es2015", "stage-2"],
"plugins": [],
"ignore": [
"vendor"
]
}
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
# ignore ng-admin source
/lib/templates/default/static/js/vendor/
/coverage/
/example/
/example/
/dist/
File renamed without changes.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#IDE
.idea

#Build
dist
example/build

# Logs and coverage
logs
*.log
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ script:
- npm run eslint
- npm run test
after_success:
- npm run build
- npm run report-coverage
- npm run semantic-release
branches:
Expand Down
49 changes: 0 additions & 49 deletions example/build/index.html

This file was deleted.

24 changes: 0 additions & 24 deletions example/build/media/media.css

This file was deleted.

3 changes: 0 additions & 3 deletions example/build/media/media.js

This file was deleted.

1 change: 0 additions & 1 deletion example/build/static/css/base.css

This file was deleted.

1 change: 0 additions & 1 deletion example/build/static/css/base.css.map

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file removed example/build/static/favicons/favicon.ico
Binary file not shown.
Loading

0 comments on commit cdd70e6

Please sign in to comment.