0
내가 쓸데없는 빌드를 실행하면이 오류가 발생합니다. 어떤 아이디어로이 문제를 해결할 수 있습니까?jit-grunt : "깨끗한"작업을위한 플러그인을 찾을 수 없습니까?
당신은 종속성으로 compass
플러그인을 설치해야합니다
require('jit-grunt')(grunt, {
express: 'grunt-express-server',
useminPrepare: 'grunt-usemin',
ngtemplates: 'grunt-angular-templates',
cdnify: 'grunt-google-cdn',
protractor: 'grunt-protractor-runner',
buildcontrol: 'grunt-build-control',
istanbul_check_coverage: 'grunt-mocha-istanbul',
ngconstant: 'grunt-ng-constant'
});