-
Notifications
You must be signed in to change notification settings - Fork 0
Small tweaks to make #6
Comments
Thanks for the feedback! 1-3.) Pretty self explaining, will do it in short term. 4.) I don't quite understand. Mimosa config will store the default configuration file in my project, or am I wrong? Last time I did it at least. In step 3 you told me to remove all not required options. 5.) Thanks, I didn't see it. I planned to use it but I didn't dig into it yet. I will remove it. About the little advanced stuff: Will update this again whenever there is progress. |
|
|
Okay, awesome, another thing I have learned. |
If you still have any more points, make sure to let me know. Else I will push a PR for this skeleton. |
You can remove the wrapping brackets in the mimosa-config, other than that and a bit more code you are good. But you don't need more code to justify making this a skeleton. |
More code to follow, there will be an example of using the new EmberJS Beta. |
@dbashford that's everything you asked for, right? If you still look for more code, I will implement a simple ToDo list in the next days. |
I've been traveling for work and haven't done anything mimosa related for a few days. Back at it today though. I'll get this merged in. On 2013-11-07 12:10:16 +0000 Anachron [email protected] wrote:
|
Alright, finally. Don't let work cut off your open source productivity :-) |
serverReload.watch
, change the array to apply to just your file. I have all those in there to cover all the possible bases thatmimosa new
delivers, but you obviously only have the one server file. You also don't have aroutes
asrc
and alib
.serverReload
again, forexclude
andvalidate
you have the defaults, so you can remove those and just leave the 1 entrywatch
array.mimosa config
to generate the fully commented config file and check that in along side the drastically reduced mimosa-config.bower.json
and the bower module if you are not going to use them. It's ok to not use them, just no need to keep them around confusing the project.That's all I've got from a Mimosa perspective. Otherwise I'd just encourage adding a little bit of dynamic behavior, just a little. It's a skeleton, you don't want to write too much code that people are just going to delete before getting started with their own stuff, but its good to just show a little bit of wiring together of some complex functionality.
The text was updated successfully, but these errors were encountered: