gruntjs / grunt-contrib-compass

Compile Compass to CSS.
http://gruntjs.com/
MIT License
626 stars 128 forks source link

Issue in 'specify' #258

Closed sukheja-varun closed 6 years ago

sukheja-varun commented 6 years ago

I want to compile a single .scss file in scss folder but using 'specify' gives Running "compass:dist" (compass) task specifyoption used, but no files were found. Warning:binaryandversionRangerequired Use --force to continue.

I am using below code: compass: { dist: { options: { sassDir: 'src/scss', cssDir: 'src/css', specify:'template1.scss', } } },

I have also tried giving all possible values to 'specify', such as specify:'src/scss/template1.scss', specify:'src/scss/template1', template1.scss', template1',