-
Notifications
You must be signed in to change notification settings - Fork 2
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
Regular new re-implementations of the website #9
Comments
Totally agree, I think a model where a user forks this repo, hacks on their contribution to the next version of the design, and then submits a pull request to be included as the new current version of the site would work really well for what we're doing here. This model will also get people familiar with using Git and Github based workflows, which will benefit everyone. 👍 |
I'll be fighting for Jade, CoffeeScript and Stylus in the next quarter! |
Jade, Typescript and Stylus?
|
May the best PR win! In all seriousness I think this should be a test bed for new workflows, technologies, and techniques. Build it in whatever you like! I guess the only requirement would be that all source files are compiled so GH pages can serve them. Shouldn't be a problem thought with a sufficient workflow in place. For instance there's currently Sass being used for CSS, and we just need to remember to compile the .scss before making a commit. |
True although for eeach release we'll have to settle on technologies.
|
No. I mean in the same way we have the source scss and the compiled css in the current repo, this is how it would ideally be run in the future. Only pushing compiled assets is in this instance is daft. A good place to start might be rolling a typical workflow into the existing code base as a proof of concept and to offer direction for future developments. |
So basically do what we're doing now but use a set of predetermined |
I think a README covering how to play with the code-base (in any state) is essential. |
For sure. I put up a new issue [#13] for us to discuss what people would like to use next time round. Technologies to use as well as workflow [ie I'd love to use audio api somehow and I'm sure gillies would to]. |
+1 for showing off an implemented audio API. |
+10 to a singing bobble head of all the contributors
|
It could be a way to encourage sponsorship by providing that as the only escape from the singing heads. Malware may be involved to ensure leaving the page doesn't stop the heads. |
After discussing csszengarden style themes in #6 @joshgillies and I feel that regular complete overhauls of the website would be more feasible.
Eg When the current site is "completed" we tag it as release 1, fork it, re-evaluate content, design and implementation. Whoever wants to work on the next iteration contributes to the repo and its launched as the new design in a set period of time [~4 months perhaps?]. Rinse and repeat.
The text was updated successfully, but these errors were encountered: