Closed qiu8310 closed 10 years ago
I used require
config, but it don't work!
compass: {
options: {
require: [
'./app/lib/custom_func.rb',
'ceaser-easing'
]
}
}
ceaser-easing
is a public gem package, and it can work,
but my custom_func.rb just don't work!
OMG, It works today, I didn't change anything !?
I know require a custom sass functions with sass CLI:
and with compass CLI:
But I don't know how to config to require my custom sass function with this grunt plugin?
_About sass custom function: official docs_