Closed icenine457 closed 7 years ago
Thanks for submitting this. I haven't played with Webpack yet, so I'm reluctant to start using it before I'm comfortable with it. This plugin definitely needs a better-defined build process, so it will either be this or a Gulp task. I'll leave this PR open for evaluation.
Decided to go with a Gulp task for this. Personal preference really. Follow #118 for progress.
Wasn't sure what build system was being used prior to this commit, but I've introduced @Webpack in this commit as a means to bundle the CSS (compiled from the Sass file), as well as minifying. Since this is a pretty significant change, I'm happy to have this pull request be dismissed, but I had found it useful as it enabled me to not worry about including both the CSS and Javascript when using the plugin.
Also, great work on this! It's simple and straightforward to use.