Duncan Mac-Vicar P. wrote: % Hi % % As the .less files where moved to /usr/share/bootstrap/less and used % only to compile spacewalk.less, in development mode the bootstrap.less % files are not accessible from the web. % % One could alias only bootstrap.less but this one include more files. I % suggest: % - Reverting 4fa8df9431dedbe4ada0c072697a5bd1a4ef5427 % +@import url(bootstrap/less/bootstrap.less); % -@import url(bootstrap.less);
Ok, I've changed the path back for you. % Adding to bootstrap a /etc/httpd/conf.d/bootstrap.conf % % alias /bootstrap /usr/share/bootstrap % <IfVersion >= 2.4> % <Directory /usr/share/bootstrap> % Require all granted % </Directory> % </IfVersion> % % or just to bootstrap-less /etc/httpd/conf.d/bootstrap-less.conf % % alias /bootstrap/less /usr/share/bootstrap/less % <IfVersion >= 2.4> % <Directory /usr/share/bootstrap/less> % Require all granted % </Directory> % </IfVersion> % % Changing the branding package so that lessc is called with the right % include path, I think in this case it would be just /usr/share. I've added bootstrap-less.conf to bootstrap-less and also updated koji configuration so bootstrap-less will be in spacewalk-nightly repo. Regards, -- Michael Mráka Satellite Engineering, Red Hat _______________________________________________ Spacewalk-devel mailing list Spacewalk-devel@redhat.com https://www.redhat.com/mailman/listinfo/spacewalk-devel