Mike Mellor
Mike Mellor
Hey im getting the following error when trying to pull the down-open-big.svg from the fontelico set. I've tried other icons from the same set and try download fine as well...
If you have multiple css files it runs the uncss process multiple times but only uses the initial css files porperties and src/dest locations. I'll setup a test case shortly.
Json payload ```js // Form form: new Form({ title: undefined, file: null }); // Request this.form.post('/api/post'); // Actual Payload { file: null } ``` Form data payload ```js // Form...
If i create my task with the following json structure; { "options": { "reportpath": false, "stoponerror": false, "path": "_Build/Shared Files/Temp/vaidation.json", "failHard": true }, "Accordion": { "files": { "src": "Accordion/preview/index.html" }...
I keep getting this error, i have phantomjs installed globally and locally for other tasks (karma/grunticon ect.) All of those seem to boot up phantom just fine but casperjs gives...
Using on Windows, v2.2.0, node v5.5.0. ``` Running "casperjs:local" (casperjs) task Command: ./node_modules/.bin/casperjs.cmd Running tests from "_Test/casperjs/index.js": Done, without errors. mmellor@mmellor2-w7 MINGW64 ~/Desktop/Sites/portfolio (development) $ Test file: _Test/casperjs/index.js # Testing...
#60 Fixed this issue regarding the templateData path, now does an iteration over all the globbed files and matches the right json to the right hbs and returns the result....
From what i've found setting the path in `templateData` when using the `globalJsonGlobbedTemplate` technique doesn't actually change anything, it looks in the same place you've set it to find the...
Hi Love the library. How do you feel about adding the append method that is currently missing. ```php /** * Append attributes to query when building a query. * *...