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

Issue 219 #224

Merged
merged 2 commits into from
Nov 10, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Clean frontend configs.
afrisalyp committed Nov 10, 2019
commit f9b6b0d6c9fad46b69faf3d2ca65f806b1bd5ba9
2 changes: 1 addition & 1 deletion gulp/build.js
Original file line number Diff line number Diff line change
@@ -113,5 +113,5 @@ gulp.task('lint', () => {
.pipe(eslint.failAfterError());
});

gulp.task('build', ['ng-config', 'lint', 'html', 'images', 'fonts', 'fontawesome', 'misc']);
gulp.task('build', ['lint', 'html', 'images', 'fonts', 'fontawesome', 'misc']);
gulp.task('build:watch', ['watch:build']);
16 changes: 0 additions & 16 deletions gulp/ng-config.js

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -121,7 +121,6 @@
"gulp-load-plugins": "^2.0.1",
"gulp-minify-html": "~1.0.6",
"gulp-ng-annotate": "~1.0.0",
"gulp-ng-config": "^1.5.1",
"gulp-protractor": "^4.1.1",
"gulp-rename": "~1.2.0",
"gulp-replace": "~0.5.0",
83 changes: 0 additions & 83 deletions src/front/config.json

This file was deleted.

1 change: 0 additions & 1 deletion src/front/src/app/app.js
Original file line number Diff line number Diff line change
@@ -11,7 +11,6 @@ angular.module('topcoderX', [
'ngResource',
'ui.router',
'ui.bootstrap',
'app.constants',
'angular-clipboard',
'angular-jwt'])
// In the run phase of your Angular application