skyglobal / web-toolkit

[DEPRECATED] Please use sky-uk/toolkit
https://github.com/sky-uk/toolkit
BSD 3-Clause "New" or "Revised" License
24 stars 35 forks source link

Base project for components #278

Closed thabti closed 10 years ago

thabti commented 10 years ago

To ensure every component is built in a similar manner, would be nice to a have a base project which contains a basic grunt, unit tests, css, js minification and commonJs. The idea is we can fork it and write the new components.

yay or meh? I am currently playing with browserify and it's really good.

peter-mouland commented 10 years ago

thats the gist of it yeah - but nothing wrong with a few components being written independently and then comparing them before settling on a single method.