is there an easy way to build only css files from sass files in extjs project without running the whole build process? I know I could create a config file for compass and use compass watch
but isn't there a simpler way?
问问题
6416 次
1 回答
5
可以使用命令“sencha ant sass”使用 Sass 重新编译 CSS。使用 Sencha Cmd 4 命令“sencha app watch”也会在需要时重新编译 CSS。
请注意,简单地运行“指南针手表”不再适用于 Ext JS 4.2,因为主题结构发生了变化。
来源:http ://www.sencha.com/blog/using-the-new-app-watch-command-in-sencha-cmd-4/
于 2014-01-15T00:36:40.547 回答