angular-meteor-base
angular-meteor-base copied to clipboard
renaming client/imports folder
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?