You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file is used for manual compilation of the scss files. Now I want to use the gradle-compass plugin without repeating the above configuration. But when I use src/main/webapps/resources as sassDir I'm getting the following error:
Errno::ESRCH on line ["941"] of org/jruby/RubyFile.java: No such process - C:/ws/project-root/build/stylesheets/css/sass/main.css
C:/ws/project-root/build/tmp/gems/gems/sass-3.4.13/lib/sass/plugin/staleness_checker.rb:65:in `stylesheet_needs_update?'
C:/ws/project-root/build/tmp/gems/gems/sass-3.4.13/lib/sass/plugin/compiler.rb:211:in `update_stylesheets'
org/jruby/RubyArray.java:1613:in `each'
b/sass/plugin/compiler.rb:209:in `update_stylesheets'
C:/ws/project-root/build/tmp/gems/gems/compass-1.0.3/lib/compass/sass_compiler.rb:40:in `compile!'
lib/compass/commands/update_project.rb:49:in `perform'
lib/compass/commands/base.rb:18:in `execute'
lib/compass/commands/project_base.rb:19:in `execute'
lib/compass/exec/sub_command_ui.rb:43:in `perform!'
C:/ws/project-root/build/tmp/gems/gems/compass-1.0.3/lib/compass/exec/sub_command_ui.rb:15:in `run!'
C:/ws/project-root/build/tmp/gems/gems/compass-1.0.3/bin/compass:30:in `(root)'
org/jruby/RubyProc.java:271:in `call'
C:/ws/project-root/build/tmp/gems/gems/compass-1.0.3/bin/compass:44:in `(root)'
(root)'
I know I can specify all of the config.rb settings in the gradle file as well but I'd like to keep the possibility to compile the stylesheets without gradle and without duplicating the configuration. Is this possible using gradle-compass?
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Possibility to configure compass using configure.rb
Possibility to configure compass using config.rb
May 24, 2016
My request was actually the other way around. I want to use the configuration in an existing config.rb file and make gradle-compass use this file instead of specifying the options in the gradle file.
That is, it would be great if something like this would be possible:
In a recent project we have the following setup:
the
config.rb
files contains the compass paths relativ to the current directory and additional configuration:This file is used for manual compilation of the
scss
files. Now I want to use thegradle-compass
plugin without repeating the above configuration. But when I usesrc/main/webapps/resources
assassDir
I'm getting the following error:I know I can specify all of the
config.rb
settings in the gradle file as well but I'd like to keep the possibility to compile the stylesheets without gradle and without duplicating the configuration. Is this possible usinggradle-compass
?The text was updated successfully, but these errors were encountered: