What is workflow in Yeoman to work with Sass files?

前端 未结 3 721
清歌不尽
清歌不尽 2021-01-31 02:51

I try to use yeoman but I don\'t know how to use my own sass files with it.

With

grunt server

Sass files are watched and compiled into

3条回答
  •  孤城傲影
    2021-01-31 03:14

    You just include it like

    
    

    Yeoman/grunt will know when running the server that it should grab the sass file from the temp folder.

提交回复
热议问题