Плагин cdnify устарел и больше не поддерживается. Вы можете использовать одну из замен. Я использую grunt-google-cdn2
Шаг 1: добавить пакет
npm install --save grunt-google-cdn2
Шаг 2: измените загрузчик плагинов grunt-cdnify , чтобы использовать новый пакет в вашем Gruntfile. js
Ваш Gruntfile. js может отличаться , но вам нужно изменить используемый плагин с grunt-cdnify на grunt-google-cdn2 .
// Automatically load required Grunt tasks
require('jit-grunt')(grunt, {
useminPrepare: 'grunt-usemin',
ngtemplates: 'grunt-angular-templates',
cdnify: 'grunt-google-cdn2',
chokidar: 'grunt-chokidar',
serveStatic: 'serve-static',
});
Шаг 3: Удалите старый плагин grunt-cdnify из пакета . json