kss-node-template icon indicating copy to clipboard operation
kss-node-template copied to clipboard

New directory structure

Open htanjo opened this issue 9 years ago • 1 comments

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 avatar Mar 27 '15 09:03 htanjo

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

htanjo avatar Oct 19 '15 10:10 htanjo