Skip to content
New issue

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

New directory structure #9

Open
htanjo opened this issue Mar 27, 2015 · 1 comment
Open

New directory structure #9

htanjo opened this issue Mar 27, 2015 · 1 comment

Comments

@htanjo
Copy link
Owner

htanjo commented Mar 27, 2015

I need to update the repository structure to achieve:

  • Release as a package for npm, bower.
  • Compile CSS of the template using build system (npm scripts or gulp).
  • Automate generating and publishing the demo document.
  • Create testing for this template.
@htanjo
Copy link
Owner Author

htanjo commented Oct 19, 2015

Idea:

kss-node-template/
├── src/
│   ├── public/
│   └── index.html
├── archives/
│   ├── kss-node-template-1.0.0.zip
│   └── ...
├── demo/
│   ├── src/
│   └── dist/ --> gh-pages branch
├── test/
├── public/
├── index.html
└── package.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant