JSRocksHQ / harmonic-theme-jsrocks

JSRocks Harmonic theme
5 stars 4 forks source link

Structure of directories and files in resources #30

Open morvanabonin opened 9 years ago

morvanabonin commented 9 years ago

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.

morvanabonin commented 9 years ago

¬¬ jquery/ , bootstrap/ and OtherNecessaryLibHere/ are inside vendor/ directory.