-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
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.