compass-sass
compass-sass copied to clipboard
import sass/ scss located in plugins
Thanks for your plugin, it's awesome. But there is an issue when we build a multiple module project using grails plugin system. First of all, we created a plugin which only contains the base sass files which can be imported by other plugins/ main app. The plugin does not contain the GrassConfig.groovy. But when packing it, it will always generate one and cause compilation error on the main app caused by the duplicated GrassConfig.groovy in the plugins and the main app. Another issue is about importing the sass/ scss located in plugin between different plugins and the main app. Currently, it will show "File to import not found or unreadable" when importing such files. Any workaround to solve this issues? Thanks.