mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
changes related with new api in css-b64-images library
This commit is contained in:
parent
8d35f24d35
commit
32c91a8be3
1 changed files with 0 additions and 5 deletions
|
|
@ -235,11 +235,6 @@ function base64_images(pFileContent_s){
|
|||
'https://github.com/GoalSmashers/clean-css');
|
||||
return false;
|
||||
}
|
||||
/*
|
||||
b64img('all.min.css', '.', function(err, css){
|
||||
fs.writeFile('all.min.css', css, fileWrited('all.min.css'));
|
||||
}, pFileContent_s);
|
||||
*/
|
||||
b64img.fromString(pFileContent_s, '.','', function(err, css){
|
||||
fs.writeFile('all.min.css', css, fileWrited('all.min.css'));
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue