Closed baisong closed 6 years ago
Love this theme!
I'm trying to change the color scheme inside the material_compile starterkit subtheme.
material_compile
Here's what I've done:
$ cd themes/material_base/starterkits/material_compile $ npm install $ vim sass/_variables.scss # change the primary and accent colors
...And here's what I get when I run gulp:
gulp
$ gulp [16:00:33] Using gulpfile ../material_compile/gulpfile.js [16:00:33] Starting 'sass'... [16:00:33] Starting 'imagemin'... [16:00:33] Finished 'imagemin' after 7.48 ms [16:00:33] Starting 'watch'... [16:00:33] Finished 'watch' after 9.22 ms [16:00:33] gulp-imagemin: Minified 0 images [16:00:33] /var/lib/gems/2.3.0/gems/compass-core-1.1.0.alpha.3/lib/compass/core/caniuse.rb:72: warning: circular argument reference - browsers [16:00:33] NoMethodError: [16:00:33] undefined method `has?' for Sass::Util:Module Did you mean? hash Hash Use --trace for backtrace. [16:00:33] Finished 'sass' after 179 ms [16:00:33] Starting 'autoprefixer'... [16:00:33] Finished 'autoprefixer' after 1.67 ms [16:00:33] Starting 'build'... [16:00:33] Finished 'build' after 1.07 μs [16:00:33] Starting 'default'... [16:00:33] Finished 'default' after 1.39 μs
(And it hangs indefinitely without exiting)
Any tips for troubleshooting?
Hi.
I can suggest:
sass --compass
styles.scss
Love this theme!
I'm trying to change the color scheme inside the
material_compile
starterkit subtheme.Here's what I've done:
...And here's what I get when I run
gulp
:(And it hangs indefinitely without exiting)
Any tips for troubleshooting?