We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The client folder structure of the current project is a bit of a mess. I propose the following structure. What do you guys think?
config/ router.js (client router configurations) lib/ globalhelpers.js player/ player.html player.js player-youtube.js stylesheets/ fusic.import.less (defines the basic fusic style) style.less views/ common/ header.html footer.html layout.html layout.js home/ home.html home.js playlist/ overview.html overview.js playlist.html > includes songslist playlist.js songlist.html songlist.js loved/ loved.html loved.js profile/ profile.html profile.js
The text was updated successfully, but these errors were encountered:
Looks good, splitting up the playlist.html file into pieces is really necessary .. at least 😄
Sorry, something went wrong.
Sounds good. Maybe we will also have to think about naming convention of templates etc. We can discuss this tomorrow :)
-Rein
On Fri, Jun 27, 2014 at 11:34 AM, Pepijn [email protected] wrote:
Looks good, splitting up the playlist.html file into pieces is really necessary .. at least [image: 😄] — Reply to this email directly or view it on GitHub #41 (comment).
Looks good, splitting up the playlist.html file into pieces is really necessary .. at least [image: 😄]
— Reply to this email directly or view it on GitHub #41 (comment).
c0bee44
No branches or pull requests
The client folder structure of the current project is a bit of a mess. I propose the following structure. What do you guys think?
The text was updated successfully, but these errors were encountered: