vieiro commented on PR #681: URL: https://github.com/apache/netbeans-website/pull/681#issuecomment-1734196566
Hi there, This repo is getting huge. It's ~ half a gigabyte. We should consider alternative build procedures or split this into different repositories. Maybe we want to give Antora a try? I think the SASS plugin is to blame, IIRC this uses `libsass` to compile the SCSS natively, so maybe libsass is required in the system. I do have `sassc` and `libsass1` in my Ubuntu system, but I think the following command fails: ``` $ ./gradlew --stacktrace --debug compileContentSass ``` In fact no css is produced in `build/generated-bake/assets/css`. AFAIK there're little options to successfully compile SCSS in Java. Maybe we need another plugin version or something? What about moving this to a more `frontend friendly` build system such as node? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
