jasonkneen / nl.fokkezb.form

[UNMAINTAINED] Alloy TableView Form Widget
http://form.fokkezb.nl/docs/
43 stars 15 forks source link

wrong widget in test app #2

Closed manumaticx closed 10 years ago

manumaticx commented 10 years ago

I'm afraid you've mixed up two widgets by mistake. The test app contains your color picker widget instead of the form widget: https://github.com/FokkeZB/nl.fokkezb.form/tree/test/app/widgets

FokkeZB commented 10 years ago

It's a dependency. The actual form widget is copied in using the grunt task.

manumaticx commented 10 years ago

Can you add the Gruntfile to the repository? Generally, I think it would be more clearly to use sub-directories instead of branches for test and docs. Github always redirects to 404 when switching the branch within a directory.

FokkeZB commented 10 years ago

It's there: https://github.com/FokkeZB/nl.fokkezb.form/blob/test/Gruntfile.js

I use branches because I want to keep the actual widget brach clean with no files then just the widget itself.

manumaticx commented 10 years ago

Ah sorry, missed it. Thanks.