使用Gulp-Uglify时出错

时间:2018-07-11 17:13:40

标签: gulp gulp-watch gulp-concat

我试图使用gulp-uglify缩小代码,然后出现此错误

Srikanths-MacBook-Pro:dbs-project srikanth$ gulp
[17:27:17] Using gulpfile ~/Desktop/dbs-project/gulpfile.js
[17:27:17] Starting 'scripts'...

events.js:183
      throw er; // Unhandled 'error' event
      ^
/Users/srikanth/Desktop/dbs-project/modules/users/client/controllers/admin/user.client.controller.js:8:3: error: reserved word 'function'
  function (UserBacTestService, $stateParams,$sce, $scope,$timeout,$filter,NgTableParams, $http,uiCalendarConfig,$compile, ScheduleBacTestService, $state, Authentication, userResolve, AssignMonitorService,UserMonitorService,EmployeeFactory, MonitorFactory,UserService) {
  ^^^^^^^^
Srikanths-MacBook-Pro:dbs-project srikanth$ 

0 个答案:

没有答案