This PR enable assets cache busting to resolve cache issues. To do this, we have moved server views templates from client to its assets folder, to let the digest brunch plugin parse them and replace the DIGEST expression when needed, and then read them from their new location from the server part.
This PR enable assets cache busting to resolve cache issues. To do this, we have moved server views templates from
client
to itsassets
folder, to let the digest brunch plugin parse them and replace theDIGEST
expression when needed, and then read them from their new location from the server part.