angular-meteor-base icon indicating copy to clipboard operation
angular-meteor-base copied to clipboard

renaming client/imports folder

Open cope opened this issue 6 years ago • 0 comments

I am trying to find where it is specified taht the client/imports folder must exist.

I was able to move everything from client/imports/app/ folder one level up into client/imports/

I was also able to change whatever I wanted within the client/imports/ folder and things still worked

But as soon as I rename the imports folder, everything breaks.

I would like to be able to organize my files under the client/ folder freely and not be required to have client/imports/

Is this possible?

cope avatar Feb 13 '19 15:02 cope