The module is not using the library api! There are a few reasons why this is bad!
Ill write and post a patch soon :)
greetings
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | sass-use_library_api-1351686-9.patch | 1.92 KB | klonos |
The module is not using the library api! There are a few reasons why this is bad!
Ill write and post a patch soon :)
greetings
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | sass-use_library_api-1351686-9.patch | 1.92 KB | klonos |
Comments
Comment #1
eigentor commentedOne more person noticing this.
Modules installing libraries inside the module directory are soo D6 ;)
Should not be too hard to implement usage of the libraries module and put the library into /sites/all/library
Comment #2
ambient.impactI agree, the Libraries API would be the right way to go. This has my vote.
Comment #3
chrisjlee commentedJust use the drupal sassy module with phpsass (fork of phamlp). phpsass is a little better maintained.
It has this already in place and some vast improvements.
Comment #4
mrded commentedPlease check my patch
Comment #5
capellicThanks for the patch, though it didn't apply cleanly.
Got this error when trying to apply with git:
Got this error when trying to apply with patch. sass.module.rej file attached.
I ended up apply the code manually.
Comment #6
mrded commentedoh, sorry my text editor. This is new patch
Comment #7
elvis2 commented#6 patch failed while patching, for SASS version 7.x-2.0.
patching file README.txt
patching file sass.module
Hunk #1 FAILED at 71.
1 out of 1 hunk FAILED -- saving rejects to file sass.module.rej
Comment #8
mrded commentedC'mon, it's just few lines. Apply it manually :)
Comment #9
klonos...ok here's an updated patch against 7.x-2.0 for the lazy ...both those too lazy to apply manually and those too lazy to re-roll and upload a new patch :P
With love from a person too lazy to actually review the patch.
PS: all credits to Dmitry - I just rerolled.