我想在我的dart angular 2 app中使用更少的预处理器。我到底做了什么:
将依赖项包含在 pabspec.yaml 文件中
- less_dart:
entry_point: web/main.less
build_mode: dart
将<link rel="stylesheet" href="main.css"/>
包含在index.html文件
styleUrls: const ['app.less'],
结果我有这样的例子:获取http://localhost:8080/packages/SmartPeopleUI/app.less.dart 加载文件时发生错误:package:Project / app.less.dart