Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Archive

Prevent Sass from generating debug output

Started by Muut Archive 11 years ago · 2 replies · 348 views
11 years ago

When compiling SASS my .css files are full of these debug messages:

@media -sass-debug-info{filename{font-family:file\:\/\/U\:\/Seafile\/Workbenc h\/Internal\/Websites\

How can I disable this by commandline or config file?

Cheers
Nick

11 years ago

If you type scss --help you will see all the options available. I think you want the --sourcemap=none option. Also maybe --style compressed to compress the output and remove extraneous stuff.

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1318 9 years ago
Archive · by Muut Archive, 9 years ago
2 915 9 years ago
Archive · by Muut Archive, 9 years ago
2 4044 9 years ago
Archive · by Muut Archive, 9 years ago
1 2920 9 years ago
Archive · by Muut Archive, 9 years ago
3 1104 9 years ago