Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit f9b6b0d

Browse files
committed
Clean frontend configs.
1 parent 436ff0d commit f9b6b0d

File tree

5 files changed

+1
-102
lines changed

5 files changed

+1
-102
lines changed

gulp/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ gulp.task('lint', () => {
113113
.pipe(eslint.failAfterError());
114114
});
115115

116-
gulp.task('build', ['ng-config', 'lint', 'html', 'images', 'fonts', 'fontawesome', 'misc']);
116+
gulp.task('build', ['lint', 'html', 'images', 'fonts', 'fontawesome', 'misc']);
117117
gulp.task('build:watch', ['watch:build']);

gulp/ng-config.js

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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@
121121
"gulp-load-plugins": "^2.0.1",
122122
"gulp-minify-html": "~1.0.6",
123123
"gulp-ng-annotate": "~1.0.0",
124-
"gulp-ng-config": "^1.5.1",
125124
"gulp-protractor": "^4.1.1",
126125
"gulp-rename": "~1.2.0",
127126
"gulp-replace": "~0.5.0",

src/front/config.json

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

src/front/src/app/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ angular.module('topcoderX', [
1111
'ngResource',
1212
'ui.router',
1313
'ui.bootstrap',
14-
'app.constants',
1514
'angular-clipboard',
1615
'angular-jwt'])
1716
// In the run phase of your Angular application

0 commit comments

Comments
 (0)