Run Sass in .bat file

一笑奈何 提交于 2019-12-11 13:45:31

问题


For some reason I am having trouble running Sass in a .bat file. I can copy and paste a list of commands into a command prompt and they run fine. However, when I put the sass command into a .bat file file will stop executing after it runs sass. In the below example csstidy is never run. Does the ruby engine not return like my commands? Any ideas?

Example.bat

...(list of commands that run fine)
sass eng.scss eng-sass.css
csstidy eng-less.css eng-sass.tidy.css

I'm running Win7x64

来源:https://stackoverflow.com/questions/18237213/run-sass-in-bat-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!