bartholomej / material-scrolltop

Lightweight, Material Design inspired plugin for scrolling on top of the html page (with jQuery or TypeScript)
http://bartholomej.github.io/material-scrolltop/
MIT License
116 stars 26 forks source link

Consider tweaking your build process #12

Closed paxperscientiam closed 4 years ago

paxperscientiam commented 5 years ago

Problem: node-sass does not like the following:

  1. importing css
  2. importing file with explicit extension.
  3. gets confused when there are files with same basename, but extensions css, and scss.

If you save material-scrolltop.css to, say, dist/, then this issue would be resolved.

bartholomej commented 4 years ago

@paxperscientiam Hi Chris, thank you for your contribution. Here is the sneak peek of new version. Build process was radically updated and source code was rewritten into TypeScript.
Don't worry, build is still with jQuery :) https://github.com/bartholomej/material-scrolltop/tree/tooling-tsc

Feel free to share your feedback.