You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an idea to better organize the structures of directories, IMHO, now is a little confuse and there are unnecessary directories, as vendor in each one of directories like css and js.
This is an example I think more simply, organized and without redundant directories.
resources/
stylus/
js/
css/
images/
fonts/
vendor/ (or libs/)
jquery
bootstrap/
andOtherNecessaryLibHere/
Or something like "assets" and "dist" directories with the same structure above (or other idea) being "dist" generated by grunt or gulp and Harmonic could use just this directory, leaving harmonic-theme-jsrocks a bit independent to development and tests if possible.
There are css and js files inside of fonts/ directory. Sorry, but I didn't understand why.
The text was updated successfully, but these errors were encountered:
I have an idea to better organize the structures of directories, IMHO, now is a little confuse and there are unnecessary directories, as vendor in each one of directories like css and js.
This is an example I think more simply, organized and without redundant directories.
resources/
stylus/
js/
css/
images/
fonts/
vendor/ (or libs/)
jquery
bootstrap/
andOtherNecessaryLibHere/
Or something like "assets" and "dist" directories with the same structure above (or other idea) being "dist" generated by grunt or gulp and Harmonic could use just this directory, leaving harmonic-theme-jsrocks a bit independent to development and tests if possible.
There are css and js files inside of fonts/ directory. Sorry, but I didn't understand why.
The text was updated successfully, but these errors were encountered: