css - How can I compile SASS using TFS online? -
i'm using visualstudio.com's hosted tfs build our project. introduced sass, compiled locally developers in vs 2013 update 4, web essentials installed. how can make online version of tfs compile sass css? checking in compiled css , map files nightmare merging.
thanks!
if you're building mvc app, can use mvc's bundling feature along sass nuget package. and, sure enable minification. there's usenativeminification property on sassandscsssettings.
Comments
Post a Comment