Skip to content

Tweak aurelia-slickgrid plugin for new Aurelia-CLI sample to work

Compare
Choose a tag to compare
@ghiscoding ghiscoding released this 22 Jan 05:36
· 2467 commits to master since this release
  • Tweaked/refactored a few pieces of code to make Aurelia-CLI work
  • Remove SlickWindowResizer & SlickPager from import, since they souldn't be invoked directly
  • Move slick-pager.scss to be with slick-pager.js so that the require css doesn't fail in the bundle
  • Since CLI doesn't support import of images in JS, we can use instead simple variables of their URL (update CLI and Webpack in consequence).
  • Again CLI doesn't support import of CSS, I had to remove them from the Plugins (headermenu) and make the CSS available at all time in the global CSS.
  • Delete all images from dist, since I don't really use them