【发布时间】:2015-07-01 16:02:39
【问题描述】:
我正在关注 yeoman 教程 http://yeoman.io/codelab/prepare-production.html 并且一切正常,直到我尝试使用“grunt”命令启动我的项目然后我收到以下错误:
Running "autoprefixer:dist" (autoprefixer) taskAutoprefixer's process() method is deprecated and will removed in next major release. Use postcss([autoprefixer]).process() insteadFile .tmp/styles/main.css created.
jit-grunt: Plugin for the "ngtemplates" task not found.If you have installed the plugin already, please setting the static mapping.See https://github.com/shootaroo/jit-grunt#static-mappings
Warning: Task "ngtemplates" failed. Use --force to continue.
Aborted due to warnings.
我使用 Linux Mint 17
【问题讨论】:
标签: gruntjs yeoman yeoman-generator-angular