Adi De Masi wrote: > Do you have a setup, where you can edit the scss-files in your ide and see > the changes imediatly in magnolia?
Not integrated with our Maven build yet, but developers do use local compass installations to run 'compass watch' on the site module they're working on and then they do get (nearly, the SASS processing still needs to run of course) instant changes in the browser. Make sure you configure the resources to be bypassed, so they can be loaded from the filesystem. > I guess, this would be possible with the sass:watch goal. I may take a look > at this maven plugin. We're not using that plugin yet, but I plan on looking into it again. One difficulty is that Compass generates filenames with hashes for far future caching. Since the resulting filenames are unknown at build time it's hard to integrate this into Magnolia, since you'll need to create a node in Magnolia for the resource. We now use some custom post-processing in Ruby code in the config.rb file to rename the resulting sprites, but it's all kind of messy... As long as you're not using Compass, but only SASS I think it should be easier. Nils. ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
