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
And call this file in source_filenames to compile it:
'source_filenames': (
'build_bootstrap.scss',
)
This problem refers to the approach of the compiler who iter on each file specified in source_filenames to execute the command :
actual behavior generate one .css for each .scss
sould be one .css for every .scss give by source_filenames.
This could be an important optimization because we compile one file by section. Not anymore one file for one file and concatenate them to produce the final file.
The text was updated successfully, but these errors were encountered:
It's impossible to use Django-pipeline to build Bootstrap directly by configuration...
Exemple:
The only way is to do it, is to create a file like:
And call this file in source_filenames to compile it:
This problem refers to the approach of the compiler who iter on each file specified in source_filenames to execute the command :
This could be an important optimization because we compile one file by section. Not anymore one file for one file and concatenate them to produce the final file.
The text was updated successfully, but these errors were encountered: