Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 9076b12

Browse files
author
Dean Sofer
committed
chore(restructure): Restructured into map structure
1 parent 6080d0d commit 9076b12

98 files changed

Lines changed: 22 additions & 80824 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
node_modules
2-
.idea
1+
components

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
before_install:
66
- export DISPLAY=:99.0
77
- sh -e /etc/init.d/xvfb start
8-
- npm install -g grunt@0.3.x testacular@0.4.x
8+
- npm install -g testacular@0.4.x
9+
- npm install -g bower
10+
- bower install
911

10-
script: "grunt"
12+
script: "testacular start components/angular-module/test.conf.js --browsers=Firefox,PhantomJS"

build/angular-ui-ieshiv.js

Lines changed: 0 additions & 59 deletions
This file was deleted.

build/angular-ui-ieshiv.min.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

build/angular-ui.css

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)