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

How we should distribute new versions of tabler? #64

Closed
codecalm opened this issue Apr 6, 2018 · 6 comments
Closed

How we should distribute new versions of tabler? #64

codecalm opened this issue Apr 6, 2018 · 6 comments
Labels
discussing Further information is requested support-request Help/support requested

Comments

@codecalm
Copy link
Member

codecalm commented Apr 6, 2018

Hi community!
For few days we repaired many fixes and added a lot of new code.

Many questions were born after this week:

  1. People want .scss, .css and .js files inside npm and composer packages.
  2. People want one package, instead using require.js.
  3. How often we should distribute new versions?
  4. How we can add tabler to services like https://cdnjs.com, https://www.bootstrapcdn.com etc?

My dream is publish packages with structure like:

css
|- tabler.css
|- tabler.min.css
|- tabler.rtl.css
|- tabler.rtl.min.css
|- etc.
scss
|- scss files
assets
|- important assets
js
|- tabler.js
|- tabler.min.js
|- tabler.slim.js (only most important modules, without plugins, etc)

I don't have much knowledge about that, but I would like to have it done well. Every help is appreciated! @beeman

@codecalm codecalm added support-request Help/support requested discussing Further information is requested labels Apr 6, 2018
@codecalm
Copy link
Member Author

codecalm commented Apr 6, 2018

Btw, we have 5000 stars!! Thanks ❤️

img1

@codecalm codecalm assigned codecalm and unassigned codecalm Apr 6, 2018
@beeman
Copy link
Contributor

beeman commented Apr 9, 2018

Since yesterday I've deployed a few packages from the Angular for Tabler project.

Those packages can be found here: https://www.npmjs.com/org/tabler. This one may be useful for devs that want to use SCSS: @tabler/angular-styles.

I think it makes sense to look at how other projects like Bootstrap distribute their styles and follow that.

bootstrap for instance has a simple structure.

@tanepiper
Copy link

tanepiper commented Jun 3, 2018

Hi there @codecalm is there any news on this? I'd love to use Tabler on Stackshare as it allows URLs to static resources and ideally that would be on a CDN.

As an FYI I tried adding @beeman's dependencies and including them in my angular.json, but it doesn't seem to find the file based on what I see on unpkg.com. I tried the path "node_modules/@tabler/angular-styles/scss/tabler.scss",

@aalvrz
Copy link

aalvrz commented Aug 1, 2018

If minified CSS and JavaScript files could be distributed through a CDN that would be wonderful!

@pcgeek86
Copy link

Just tried searching the Tabler docs for a mechanism to reference Tabler via CDN, and couldn't find one. Consider this a +1!

@ansarbek
Copy link

<!-- Dashboard Core -->
<link href="https://tabler.github.io/tabler/assets/css/dashboard.css" rel="stylesheet">
<script src="https://tabler.github.io/tabler/assets/js/dashboard.js"></script>

try something like this for your sandboxes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussing Further information is requested support-request Help/support requested
Projects
None yet
Development

No branches or pull requests

6 participants