Joe Whitfield-Seed

Results 8 issues of Joe Whitfield-Seed

I am bundling a library for consumption as a module. As per https://github.com/jmreidy/grunt-browserify/issues/324 and https://github.com/jmreidy/grunt-browserify/issues/271 I am including the entry file in `require` (I find it more explicit than `alias`)...

Umbrella issue for changes in the next major version * [ ] Refactor CSS (reduce complexity, more consistent cross browser, play nicely with frameworks e.g. #115). * [ ] More...

The `gh-pages` branch hasn't been updated since this project was revised.

Investigate including the icons as inline SVGs. It should also be possible to customise the icons (e.g. custom SVG or a class for an icon font).

enhancement

#99 moves SCSS compilation to [rollup-plugin-sass](https://www.npmjs.com/package/rollup-plugin-sass). It seems that `options.sourceMap` should make `node-sass` include source maps, but the file is not generated with: ```js plugins: [ sass({ output: 'dist/material-datetime-picker.css', options:...

help wanted

Hello, The execution of `for-each-ref` fails when the target machine uses `zsh` (or `csh`) as its default shell. **deploy.conf** ``` [production] user joe host localhost repo [email protected]:jwhitfieldseed/deploy-test.git path /tmp/deploy-test/production ```...

Work in progress fix for #32. I'm opening the PR early to check the approach and ask some questions 😄 So far I have hacked in basic v8 support and...

Can you add an appropriate open source licence so users and contributors understand what they can do with the code? Thanks!