tvooo / sublime-grunt

Moved to https://github.com/sptndc/sublime-grunt
296 stars 35 forks source link

relative path support #97

Open hqingyi opened 9 years ago

hqingyi commented 9 years ago

relative path is supportted ,and pass tests on windows & osx。

    {
        "SublimeGrunt":
        {
            "gruntfile_paths":
            [
                "app/static/demo1"
            ]
        },
        "auto_formatting": true
    }
aceslick911 commented 8 years ago

Please approve this pull request, this is an excellent addition to the plugin and will fix issue's I am currently having with my complex project across different developer's environments where absolute paths are not valid.

acetrand commented 8 years ago

This solved my issues as well.