Seán Hayes

Results 17 issues of Seán Hayes

These don't work: ``` csslint --exclude-list=*.min.css . csslint --exclude-list=static/css/*.min.css . ``` Only giving the exact path to a single file works. Is there another way that supports regex or glob...

I also posted this on SO: http://stackoverflow.com/questions/19852182/why-isnt-ghost-py-loading-running-my-javascript GitHub isn't letting me post HTML, so it'll have to be viewed on SO.

I'd like to try swapping out ttf2woff2 with another lib since it requires node-gyp and getting that to work in my Docker build hasn't been going well.

I'd like to contribute changes that track the currently logged in user on FormModelData, and add options for requiring login for viewing and/or submitting a form. Is this something you'd...

enhancement

If I have an HTML page cached, and a client requests that URL but with Accept: image/*, will SR Cache return the HTML file or allow regular processing to happen?

Using react-gettext-parser 1.16.0 Snippet form my gulpfile.js ``` process.chdir(`${localesDir}templates/LC_MESSAGES/`); gulp.src(paths.scripts.src.map((path) => { return `../../../${path}`; })) .pipe(reactGettextParser({ output: 'messages.pot', funcArgumentsMap: { gettextSub: ['msgid', 'comment'], gettextSubComponent: ['msgid'], gettext: ['msgid'], dgettext: [null, 'msgid'],...