Skip to content

Commit 9070f67

Browse files
committed
reorgnanized files
1 parent 9c5ac74 commit 9070f67

File tree

169 files changed

+27628
-1276
lines changed

Some content is hidden

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

169 files changed

+27628
-1276
lines changed
File renamed without changes.

app/.buildignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/scripts/.jshintrc

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

config/karma.conf.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = function(config) {
55
config.set({
66

77
// base path that will be used to resolve all patterns (eg. files, exclude)
8-
basePath: '',
8+
basePath: '../',
99

1010

1111
// frameworks to use
@@ -17,18 +17,18 @@ module.exports = function(config) {
1717
files: [
1818
// libraries
1919
'http://maps.google.com/maps/api/js',
20-
__dirname + '/../spec/lib/angular.js',
21-
__dirname + '/../spec/lib/angular-mocks.js',
22-
__dirname + '/../spec/lib/markerclusterer.js',
20+
'spec/lib/angular.js',
21+
'spec/lib/angular-mocks.js',
22+
'spec/lib/markerclusterer.js',
2323

2424
// our app
25-
__dirname + '/../app/scripts/app.js',
26-
__dirname + '/../app/scripts/directives/*.js',
27-
__dirname + '/../app/scripts/services/*.js',
25+
'app.js',
26+
'directives/*.js',
27+
'services/*.js',
2828

2929
// tests
30-
__dirname + '/../spec/directives/*_spec.js',
31-
__dirname + '/../spec/services/*_spec.js'
30+
'spec/directives/*_spec.js',
31+
'spec/services/*_spec.js'
3232
],
3333

3434

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)