Skip to content

Instantly share code, notes, and snippets.

@obiPlabon
Created January 24, 2022 15:41
Show Gist options
  • Save obiPlabon/072815c19c11d9724bc17997ce3472f5 to your computer and use it in GitHub Desktop.
Save obiPlabon/072815c19c11d9724bc17997ce3472f5 to your computer and use it in GitHub Desktop.
Assets directory structure proposal for Directorist
  • assets
    • images
    • fonts
    • extra {for additional non categoried items}
    • src
      • frontend/public
        • scss
        • js
      • backend/admin
        • scss
        • js
      • common/global
        • scss
        • js
    • frontend/public
      • js
      • css
    • backend/admin
      • js
      • css
    • vendor {each vendor will get their own folder}
      • jquery-barrating
      • plasma-slider
      • select2
      • slick
      • sweetalert
      • validator
      • tooltip
      • openstreet-map
      • etc...
@obiPlabon
Copy link
Author

obiPlabon commented Jan 24, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment