S
shapper
Hello,
This might be a side question but how do you organize your MVC
application assets?
I am using:
* Data
* Content
o EN
+ Images
+ Documents
+ Flash
+ Video
+ Audio
o FR
+ Images
+ Documents
+ Flash
+ Video
+ Audio
* Styles
o EN
o FR
* Scripts
* External
Content holds the web site content. I don't differentiate assets
(images, for example) that are part of the design or part of the
content itself. Do you?
Styles are for CSS, Scripts for Javascript and JQuery. I don't
localize Scripts since I think a better option would be to send the
idiom code to the script as an input. Do you do it differently?
External is for any external tool which I might not want to separate
the files through different folders so I create a specific folder for
it in External. For example: TinyMCE
Any suggestion to improve my organization would be great.
Thanks,
Miguel
This might be a side question but how do you organize your MVC
application assets?
I am using:
* Data
* Content
o EN
+ Images
+ Documents
+ Flash
+ Video
+ Audio
o FR
+ Images
+ Documents
+ Flash
+ Video
+ Audio
* Styles
o EN
o FR
* Scripts
* External
Content holds the web site content. I don't differentiate assets
(images, for example) that are part of the design or part of the
content itself. Do you?
Styles are for CSS, Scripts for Javascript and JQuery. I don't
localize Scripts since I think a better option would be to send the
idiom code to the script as an input. Do you do it differently?
External is for any external tool which I might not want to separate
the files through different folders so I create a specific folder for
it in External. For example: TinyMCE
Any suggestion to improve my organization would be great.
Thanks,
Miguel