Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue#13 Remove the angular seed files from the project directory. #21

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<script src="lib/components/angular-bootstrap/ui-bootstrap.min.js "></script>
<script src="lib/components/angular-bootstrap/ui-bootstrap-tpls.min.js "></script>
<script src="lib/angular/localStorageModule.js"></script>
<link href="lib/components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"></link>
<script src="js/app.js"></script>
<script src="js/steam.js"></script>
<script src="js/main.js"></script>
<script src="js/register.js"></script>
<link href="lib/components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"></link>
</head>

<body>
Expand Down
11 changes: 0 additions & 11 deletions app/js/seed-app.js

This file was deleted.

11 changes: 0 additions & 11 deletions app/js/seed-controllers.js

This file was deleted.

11 changes: 0 additions & 11 deletions app/js/seed-directives.js

This file was deleted.

10 changes: 0 additions & 10 deletions app/js/seed-filters.js

This file was deleted.

9 changes: 0 additions & 9 deletions app/js/seed-services.js

This file was deleted.

1 change: 0 additions & 1 deletion app/partials/seed-partial1.html

This file was deleted.

5 changes: 0 additions & 5 deletions app/partials/seed-partial2.html

This file was deleted.

28 changes: 0 additions & 28 deletions app/seed-index.html

This file was deleted.

7 changes: 5 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "CommunityCalendar",
"name": "bower",
"version": "0.1",
"private": true,
"ignore": [
Expand All @@ -11,6 +11,9 @@
],
"dependencies": {
"angular": "",
"angular-route": "~1.4.8"
"angular-route": "~1.4.8",
"angular-ui-router": "",
"angular-bootstrap": "",
"bootstrap": ""
}
}
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"body-parser": "",
"serve-static": "",
"errorhandler": "",
"bower": ""
"bower": "",
"jasmine-node": "",
"frisby": "",
"karma": ""
},
"production_dirs": {
"coffee_src": "src/",
Expand All @@ -21,6 +24,7 @@
"devDependencies": {
},
"scripts": {
"postinstall": "bower install"
"postinstall": "bower install",
"test": "jasmine-node --verbose test"
}
}
1 change: 1 addition & 0 deletions test/e2e/runner.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<title>End2end Test Runner</title>
<meta charset="utf-8">
<script src="../lib/angular/angular-scenario.js" ng-autotest></script>
<script src="../lib/angular/angular-mocks.js" ng-autotest></script>
<script src="scenarios.js"></script>
</head>
<body>
Expand Down
11 changes: 0 additions & 11 deletions test/e2e/seed-runner.html

This file was deleted.

45 changes: 0 additions & 45 deletions test/e2e/seed-scenarios.js

This file was deleted.

16 changes: 0 additions & 16 deletions test/unit/controllersSpec.js

This file was deleted.

19 changes: 0 additions & 19 deletions test/unit/directivesSpec.js

This file was deleted.

19 changes: 0 additions & 19 deletions test/unit/filtersSpec.js

This file was deleted.

7 changes: 0 additions & 7 deletions test/unit/servicesSpec.coffee

This file was deleted.