tvooo / sublime-grunt

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

Not working #93

Closed 105th closed 6 years ago

105th commented 9 years ago

I ran the plugin using shift+cmd+p, chose grunt and nothing happened. It only has generated the ".sublime-grunt.cache" file.

.sublime-grunt.cache :
{"/Users/dima/Dropbox/Внеучебн/Проекты/test2.limesi.ru/Gruntfile.js":{"sha1":"06f108f65caa6c8e0c0892052fa58b8f278f7f32","tasks":{"concat":{"name":"concat","info":"Concatenate files.","meta":{"info":"\"grunt-contrib-concat\" local Npm module","filepath":"/Users/dima/Dropbox/Внеучебн/Проекты/test2.limesi.ru/node_modules/grunt-contrib-concat/tasks/concat.js"},"multi":true,"targets":["dist"]},"default":{"name":"default","info":"Alias for \"concat\" task.","meta":{"info":"Gruntfile","filepath":"/Users/dima/Dropbox/Внеучебн/Проекты/test2.limesi.ru/Gruntfile.js"}}}}}

SublimeGrunt.sublime-settings :

{
    "exec_args": {
        "path": "/bin:/usr/bin:/usr/local/bin"
    }
}

Versions of plugin: grunt - v0.4.5

tvooo commented 9 years ago

The cache file looks fine. Can you try and run the command again? I hope it does not have problems with your file paths, Unicode should actually work fine.

mehdilamaaffar commented 9 years ago

thank you @tvooo its works !

tvooo commented 6 years ago

Closing due to inactivity