tvooo / sublime-grunt

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

error: Could not read available tasks #95

Closed huming0618 closed 5 years ago

huming0618 commented 9 years ago

This error came up when I click the "Grunt" in the command input. I tried to check the source code for main.py, I found some error occurs when run the "run_expose", I print the output for the reference :

grunt --no-color --tasks "/Users/peter/Library/Application Support/Sublime Text 2/Packages/Grunt" expose:Gruntfile.js

Tasks directory "/Users/peter/Library/Application Support/Sublime Text 2/Packages/Grunt" not found. Warning: Task "expose:Gruntfile.js" not found. Use --force to continue.

Is there any setting I were missing before running it?

tvooo commented 9 years ago

Does this directory exist on your filesystem?

huming0618 commented 9 years ago

No. "/Users/peter/Library/Application Support/Sublime Text 2/Packages/Grunt " doesn't exist

tvooo commented 5 years ago

Repository was moved to https://github.com/sptndc/sublime-grunt Please re-file any issues that still exist.