Ian Mercer
Ian Mercer
It would be preferable if the plugin code actually prevented the accidental use of a `/` at the start of a pattern. After getting the path maybe something like: ```...
I've been using Raw for this. If all you do is print it, isn't that sufficient? char print_num[18]; snprintf(print_num, 18, "%.2f", my_value); cJSON_AddRawToObject(jobj, "field_name", print_num);
To get JQuery and Bootstrap copied over I had to change the copy property in gruntfile.js to this: ``` copy: { jquery: { expand: true, cwd: 'vendor/jquery/dist/', src: '**', dest:...