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
the plugin works fine as long I do not have any scss partials. Once partials are imported, the scss files are only processed when the server is started.
The example assumes main.css.scss and _variables.scss.
First start:
info: Contribute: http://docpad.org/docs/contribute
info: Plugins: browserifydocs, nodesass
info: Environment: development
info: Server started on http://0.0.0.0:9778
info: In your web browser use http://127.0.0.1:9778
(node:7371) DeprecationWarning
info: Generating...
info: Generated 1/2 files in 0.343 seconds
info: Watching setup starting...
info: Watching setup
info: The action completed successfully
After change in _variables.scss with running docpad:
info: Change detected at 16:06:01 update /Users/.../docpad-setup/src/render/styles/_variables.scss
info: Regenerating at 16:06:01
info: Generating...
info: Generated 0/2 files in 0.06 seconds
info: Regenerated at 16:06:01
info: Change detected at 16:06:03 update /Users/.../docpad-setup/src/render/styles/_variables.scss
info: Regenerating at 16:06:03
info: Generating...
info: Generated 0/2 files in 0.018 seconds
info: Regenerated at 16:06:03
Although the change is detected, 0 files are being generated.
Using docpad v6.7.9.4, docpad-plugin-nodesass 2.8.2 with node 6.10.2, but also tested with node 7.4.0 on macOS 10.12.3.
The text was updated successfully, but these errors were encountered:
Hi,
the plugin works fine as long I do not have any scss partials. Once partials are imported, the scss files are only processed when the server is started.
The example assumes
main.css.scss
and_variables.scss
.First start:
After change in
_variables.scss
with running docpad:Although the change is detected, 0 files are being generated.
Using
docpad v6.7.9.4
,docpad-plugin-nodesass 2.8.2
withnode 6.10.2
, but also tested withnode 7.4.0
onmacOS 10.12.3
.The text was updated successfully, but these errors were encountered: