Austin Pray
Austin Pray
What is the proper way to clean up messages?
The tests are scattered willy nilly with different naming and such. It would be nice to see a more structured way to do things. ## --- Want to back this...
Issues like this keep cropping up: https://github.com/roots/sage/issues/1398#issuecomment-85735520 ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/9973589-explain-the-main-property-better?utm_campaign=plugin&utm_content=tracker%2F8853550&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F8853550&utm_medium=issues&utm_source=github).
Document this workaround: https://github.com/roots/sage/pull/1485 ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/22749148-document-workarounds-for-gulp-not-respecting-glob-orders?utm_campaign=plugin&utm_content=tracker%2F8853550&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F8853550&utm_medium=issues&utm_source=github).
Expect, write tests for, and circumvent: - [ ] People specifying globs like "./scripts/src.js" instead of "scripts/src.js" - [ ] write tests - [ ] fix - [ ] path...
Use JsDoc or whatever. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/7803245-document-public-api?utm_campaign=plugin&utm_content=tracker%2F8853550&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F8853550&utm_medium=issues&utm_source=github).
http://www.devthought.com/2012/01/18/an-object-is-not-a-hash/ ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/7805237-use-object-create-instead-of-naked-object-when-using-objects-as-hashes?utm_campaign=plugin&utm_content=tracker%2F8853550&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F8853550&utm_medium=issues&utm_source=github).
``` js var manifest = require('asset-builder')('./assets/manifest.json', { makePathsRelative: true }); ``` This will transform all the paths to be relative to the project root. `/home/you/project/bower_componets/jquery/jquery.js` :arrow_right: `bower_components/jquery/jquery.js` Stopgap for https://github.com/roots/sage/pull/1485#issuecomment-129622691...
## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/23945652-document-usage-with-browserify?utm_campaign=plugin&utm_content=tracker%2F8853550&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F8853550&utm_medium=issues&utm_source=github).
Our coverage is 100% however we need to catch more edgecases. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/7839624-expand-tests?utm_campaign=plugin&utm_content=tracker%2F8853550&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F8853550&utm_medium=issues&utm_source=github).