-
Notifications
You must be signed in to change notification settings - Fork 35
Gruntfile not found - (already tried #77 and #97) #113
Comments
Have you tried omitting the |
Hey, thanks for your reply. Yes I tried all of them: |
@jaykobo The package's broken |
The package is deprecated and unmaintained. I'll remove it from Package Control when I get to it. Sorry about that. If anyone wants to pick it up, I'm happy to transfer maintainership. |
Oh.. okay. Too bad. Thanks anyway for your reply. |
Hey @tvooo Line 70 in bf795fd
to self.folder_paths = get_grunt_file_paths()
self.grunt_files = []
self.folders = []
for f in self.window.folders():
self.folders.append(f)
for fp in self.folder_paths:
self.folders.append(f + fp)
for f in self.folders: |
Repository was moved to https://github.com/sptndc/sublime-grunt @sptndc maybe this is worth having a look at |
If the Gruntfile.js is on the root project folder there is no problem.
But sometimes the Gruntfile.js is located in a subfolder. I already tried a lot of things.. looked at issue #77 and tried the tips from the comments (from @mihirgokani007 and @aolin480). I've also tried the changes in main.py from #97 but nothing helps.
In my example the project folder is located:
Projects/client/projectname
And the Gruntfile.js is located:
Projects/client/projectname/_sources/Gruntfile.js
Here are a couple of solutions i tried in my .sublime-project:
Is there any chance or hint i missed to make it work? Any help is really appreciated!
The text was updated successfully, but these errors were encountered: