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#17 Remove the redundant scripts from the scripts directory #25

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

4 changes: 0 additions & 4 deletions app/css/calendar.css

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": ""
}
}
22 changes: 0 additions & 22 deletions config/karma-e2e.conf.js

This file was deleted.

22 changes: 0 additions & 22 deletions config/karma.conf.js

This file was deleted.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "TechGrind",
"name": "sTeam-REST",
"version": "0.1.1",
"private": true,
"dependencies": {
Expand All @@ -11,7 +11,9 @@
"body-parser": "",
"serve-static": "",
"errorhandler": "",
"bower": ""
"bower": "",
"jasmine-node": "",
"frisby": ""
},
"production_dirs": {
"coffee_src": "src/",
Expand All @@ -21,6 +23,7 @@
"devDependencies": {
},
"scripts": {
"postinstall": "bower install"
"postinstall": "bower install",
"test": "jasmine-node --verbose test"
}
}
11 changes: 0 additions & 11 deletions scripts/e2e-test.bat

This file was deleted.

9 changes: 0 additions & 9 deletions scripts/e2e-test.sh

This file was deleted.

9 changes: 0 additions & 9 deletions scripts/test.sh

This file was deleted.

2 changes: 1 addition & 1 deletion src/js/app.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ app.config ['$urlRouterProvider', '$stateProvider', ($urlRouterProvider, $stateP
$stateProvider.state 'home',
url: '/home'
templateUrl: 'partials/home.html'
controller: 'HomeCtrl'
controller: 'NavCtrl'

$stateProvider.state 'register',
url: '/register'
Expand Down
9 changes: 0 additions & 9 deletions src/js/calendar.coffee

This file was deleted.

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.