Skip to content

Commit

Permalink
Merge pull request #85 from rit-sse/docker-fix
Browse files Browse the repository at this point in the history
updated
  • Loading branch information
akath20 authored May 2, 2017
2 parents 4b60932 + 45540ee commit 94d6b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ gulp.task('move', ['favicon', 'libs', 'views', 'server', 'angularFiles', 'node',
gulp.task('index', function(){
var root = '/';
if (environment == 'prod'){
root = '/courseplanner';
root = '/courseplanner/';
}
return gulp.src(sources.index)
.pipe(inject(
Expand Down

0 comments on commit 94d6b63

Please sign in to comment.