Closed nfrasser closed 10 years ago
Don't merge this yet. I'll let you know when it's ready with a comment and a "code review" tag :). I just like doing it early to get feedback as I'm working.
Here's what the Sublime definition for this project should look like (once you save your project, you can access the project file by going to Project > Edit Project).
Will probably add to it once the server's in place, but the important options to have are folder_exclude_patterns
and trim_trailing_white_space_on_save
. Still have to figure out indentation preferences.
{
"folders":
[
{
"follow_symlinks": true,
"path": "/Users/stefanie/GitHub/StefanieMikloska/theAgenda",
"folder_exclude_patterns": [
"node_modules",
"client/vendor"
]
}
],
"settings": {
"trim_trailing_white_space_on_save": true,
"translate_tabs_to_spaces": false,
"line_ending": "LF"
}
}
Edit: More info
Check out this bad boy!
Got a nice front end going for the courses tab with a couple of fixtures for highest level of realism. Nothing crazy or smart yet, but a good starting point. Really digging my new build tools.
@StefanieMikloska you can get this on your end by following the setup instructions on README.md.
Also check out the fixtures https://github.com/StefanieMikloska/theAgenda/tree/master/client/scripts/fixtures
They'll give you an example of the kind of format I'd like from the API :)
Includes
package.json
for Node and development dependenciesbower.json
for front-end dependency managementgulpfile.js
for build tasks.gitignore
additions