Code Monkey home page Code Monkey logo

bs-customizer's People

Contributors

dependabot[bot] avatar johann-s avatar martijncuppens avatar mobihack avatar xhmikosr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bs-customizer's Issues

Versioning

Currently 4.1.3 is online, while Bootstrap 4.2 is out. It would be ideal if we could switch the version of the generator.

One click download

I don't think the modal has an added value, shouldn't we just add a loading state to the build-button and rename it to download?

Add js prefix to all elements where javascript is applied to.

In my own projects I always add a js- prefix to classes of element where javascript is applied to.
By using js- prefix for classes in DOM elements you decouple functional aspects of these elements from CSS ones. An example:

<a class="btn js-popup">Click me!</a>

This has some advantages:

  • as css coder, you can easily change anchor design by changing btn class and not worry it'll break pop up behavior.
  • and conversely, as JavaScript developer you can remove popup behavior and never break any existing CSS rules.

(source: https://coderwall.com/p/qktuzw/decouple-javascript-classes-from-css-ones-by-using-prefix, this just perfectly described what I meant)

What do you think @Johann-S, @XhmikosR?

Sass doesn't build anymore

Looks like something went wrong in one of the latest builds. Error triggers when css is generated, no problems with the js files.

image

Split JavaScript

No need to keep this as a one huge file. As long as everything is loaded asynchronously we can just move some stuff outside of the main bundle.

Verify builds are OK

Quickly comparing 4.1.3, I notice quite a big difference in the CSS at least.

We need to verify that's OK, and understand why it happens.

Logo

This is minor of course but we should have a logo so that we add favicons etc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.