Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish SCSS file to npm #23

Closed
beeman opened this issue Apr 1, 2018 · 5 comments
Closed

Publish SCSS file to npm #23

beeman opened this issue Apr 1, 2018 · 5 comments

Comments

@beeman
Copy link
Contributor

beeman commented Apr 1, 2018

Hi @codecalm - Great work on Tabler! I really love the look and feel!

I was wondering if you could publish the SCSS on NPM. That will make it easy to integrate with projects that are using SCSS, while allowing those projects to override certain things.

Thanks for considering!

@codecalm
Copy link
Member

codecalm commented Apr 4, 2018

I pushed in version 0.0.19, but I think that is not so elegant solution. Do you have any ideas how to serve via npm compiled assets and scss files?

My dream is build structure like:

css
|-- tabler.css
|-- tabler.min.css
|-- etc.
scss
|-- scss source files
js
|-- tabler.js
|-- tabler.min.js
|-- etc.

The question is how to serve static files, like fonts, images required to works, etc.

@Baril27
Copy link

Baril27 commented Apr 5, 2018

@codecalm I believe if you pushed the scss files in the src directory instead of the dist directory then the npm package would become more extensible.

codecalm added a commit that referenced this issue Apr 6, 2018
@codecalm
Copy link
Member

codecalm commented Apr 6, 2018

@Baril27 i've moved it to npm, check is it ok

@Baril27
Copy link

Baril27 commented Apr 6, 2018

@codecalm Yep that is a lot better thank you!

@beeman
Copy link
Contributor Author

beeman commented Apr 9, 2018

Duplicate of #64

@beeman beeman marked this as a duplicate of #64 Apr 9, 2018
@beeman beeman closed this as completed Apr 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants