Skip to content

Commit

Permalink
Moved AngularJS app into a client directory
Browse files Browse the repository at this point in the history
  • Loading branch information
supertinou committed Jun 16, 2016
1 parent c752d1b commit 6e0d963
Show file tree
Hide file tree
Showing 36 changed files with 12 additions and 10 deletions.
8 changes: 2 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
/node_modules
/dist
/.tmp
/.sass-cache
/bower_components
.DS_Store
.DS_Store
.tmp/
File renamed without changes.
5 changes: 5 additions & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/node_modules
/dist
/.tmp
/.sass-cache
/bower_components
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion app/index.html → client/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/angular-route/angular-route.js"></script>
<script src="bower_components/Materialize/bin/materialize.js"></script>
<script src="bower_components/pubnub/web/pubnub.min.js"></script>
<script src="bower_components/pubnub/web/dist/pubnub.min.js"></script>
<script src="bower_components/pubnub-angular/dist/pubnub-angular.min.js"></script>
<script src="bower_components/lodash/lodash.js"></script>
<script src="bower_components/ng-notify/src/scripts/ng-notify.js"></script>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions package.json → client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
"grunt-svgmin": "^2.0.0",
"grunt-usemin": "^3.0.0",
"grunt-wiredep": "^2.0.0",
"gulp": "^3.9.1",
"jit-grunt": "^0.9.1",
"time-grunt": "^1.0.0",
"jshint-stylish": "^1.0.0"
"jshint-stylish": "^1.0.0",
"time-grunt": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test/karma.conf.js → client/test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = function(config) {
'bower_components/angular/angular.js',
'bower_components/angular-route/angular-route.js',
'bower_components/Materialize/bin/materialize.js',
'bower_components/pubnub/web/pubnub.min.js',
'bower_components/pubnub/web/dist/pubnub.min.js',
'bower_components/pubnub-angular/dist/pubnub-angular-3.1.1.min.js',
'bower_components/lodash/lodash.js',
'bower_components/ng-notify/src/scripts/ng-notify.js',
Expand Down

0 comments on commit 6e0d963

Please sign in to comment.