But if i run grunt build (i am trying to get a zip of the changes i made to the admin, to upload it to my server), i get this (i guess is an error):
Running "subgrunt:prod" (subgrunt) task
Warning: The "core/server/lib/members/static/auth" directory is not valid, or does not contain a Gruntfile. Use --force to continue.
Aborted due to warnings.
➜ Ghost git:(gconfort) Running "shell:ember:prod" (shell) task
Does anyone knows how to fix this?
I tried to navigate to the mentioned folder (core/server/lib/members/static/auth) but the “members” folder does not exits within the lib folder.
I can navigate to: core/server/lib/ but i cant navigate to core/server/lib/members
After the “aborted due warnings” message i do get a “done.” Message but i don’t see any zip folder. The done message shows almost instantly, so i don’t think the zip it’s being created.
Upon further investigation i found a reference to the mentionated path on the Gruntfile on line 81. It has something to do with the express configuration. Not sure what that means.
Also when i run grunt dev it works, but while all the messages are loading on my terminal, one of them is the following one, which also mentions the same path:
Deleted the folder and did the same process again. I am gettting the same “aborted due warnings” message. It leads me to think the process is not completed.
Oh i guess your saying to copy the lib/members from history, before it was deleted. and copy it on my local branch Oh ok. I understand now. Thanks. But isnt supposed to work without having to do that?