SuperMario4848 / brackets-extension-sass-autocompile

An Extension for the Code-Editor Brackets to autocompile SASS-Files while saving. The SASS-Compiler used in this Extension, was developed and published by: https://github.com/medialize/sass.js/
MIT License
0 stars 0 forks source link

Source dir can contain subdirs #4

Open puffofsmoke opened 4 years ago

puffofsmoke commented 4 years ago

My scss source folder contain some subfolders (I think it's normal situation by using bootstrap)

In this case next code:

    function readFiles(str, fileArray, str2array) {
        files = fileArray;
        for (var i = 0; i < files.length; i++) {
            files[i].read(getText);
        }
    }

Fail on read method

SuperMario4848 commented 4 years ago

Thanks for reporting that. You´re absolutely right. I try to fix that, so that all the dirs are read recursive before doing the file-read.

SuperMario4848 commented 4 years ago

I just want to tell that I wont develop this extension on, because the used compiler contains to many outdated libraries, and i got several security warnings so i recomend to delete the extension.

SuperMario4848 commented 4 years ago

As I said above, the used compiler contains outdated libraries, that have several security warnings and I wont develop it on. So please delete the extension.