Skip to content

Commit

Permalink
Merge pull request #3 from thisissoon/feature/port-to-angular-4
Browse files Browse the repository at this point in the history
feat(Ellipsis): Port to angular 2/4+
  • Loading branch information
edoparearyee committed Aug 22, 2017
2 parents 679a963 + 945996c commit 10c2a97
Show file tree
Hide file tree
Showing 82 changed files with 13,361 additions and 3,126 deletions.
3 changes: 0 additions & 3 deletions .bowerrc

This file was deleted.

19 changes: 0 additions & 19 deletions .csslintrc

This file was deleted.

4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ indent_size = 2

# Front End Languages (HTML, JS, CSS etc)

[*.{js, css, html}]
[*.{ts, js, css, html}]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true

## JS
[*.js]
[*.{js,ts}]
quote_type = single

# Misc
Expand Down
27 changes: 13 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
logs/*
!.gitkeep
.DS_STORE
dist/
node_modules/
app/components/
app/js/config/
docs/
css/
coverage/
tmp
.DS_Store
.idea
.grunt
*.log
_SpecRunner.html
nohup.out
out-tsc/
debug.log
npm-debug.log
src/**/*.js
!src/demo/systemjs.config.js
!src/demo/systemjs.config.lib.js
!**/*systemjs-angular-loader.js
*.js.map
e2e/**/*.js
e2e/**/*.js.map
coverage
13 changes: 0 additions & 13 deletions .htmllintrc

This file was deleted.

89 changes: 0 additions & 89 deletions .jshintrc

This file was deleted.

26 changes: 14 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
dist: trusty
sudo: false
language: node_js
node_js:
- "6.1"
- "8"
os:
- linux
before_install:
- npm install -g bower grunt-cli #protractor
# - webdriver-manager update
# Use a virtual display.
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
# Install latest chrome.
- export CHROME_BIN=chromium-browser
install:
- npm install
script:
- grunt lint
- grunt test:unit:development
- grunt test:unit:production
# - grunt test:e2e --ci
after_success:
- ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.info
addons:
sauce_connect: true
sudo: false
- npm run lint
- npm run test:once
- npm run integration
- npm run coverage
69 changes: 0 additions & 69 deletions CONTRIBUTING.md

This file was deleted.

0 comments on commit 10c2a97

Please sign in to comment.