Current BS 3.3.2 dist broken #69

Closed
opened 2026-01-29 14:55:40 +00:00 by claunia · 2 comments
Owner

Originally created by @ypnos-web on GitHub (Apr 23, 2018).

Originally assigned to: @kristopolous on GitHub.

Hi,

this is really the greatest BS I have seen so far. However your current release is broken for older BS:

  1. Font files are expected in css/fonts but missing. Can be copied over from 2.3.1
  2. bootstrap.js includes:
/**
* IMPORTS
*/
var color_diff    = require('./diff');
var color_convert = require('./convert');
…
// Local Variables:
// allout-layout: t
// js-indent-level: 2
// End:

var convert = require('./convert');
var palette = require('./palette');

Apart from require() not working, I also did not find any of these files.

Originally created by @ypnos-web on GitHub (Apr 23, 2018). Originally assigned to: @kristopolous on GitHub. Hi, this is really the greatest BS I have seen so far. However your current release is broken for older BS: 1. Font files are expected in css/fonts but missing. Can be copied over from 2.3.1 2. `bootstrap.js` includes: ``` /** * IMPORTS */ var color_diff = require('./diff'); var color_convert = require('./convert'); … // Local Variables: // allout-layout: t // js-indent-level: 2 // End: var convert = require('./convert'); var palette = require('./palette'); ``` Apart from `require()` not working, I also did not find any of these files.
claunia added the CADT label 2026-01-29 14:55:40 +00:00
Author
Owner

@jtiscione commented on GitHub (Aug 27, 2018):

A bunch of files seem to be missing. Nothing looks like it does in the demo.

@jtiscione commented on GitHub (Aug 27, 2018): A bunch of files seem to be missing. Nothing looks like it does in the demo.
Author
Owner

@kristopolous commented on GitHub (Apr 14, 2020):

hrmm that sucks ... let me try

@kristopolous commented on GitHub (Apr 14, 2020): hrmm that sucks ... let me try
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BOOTSTRA.386#69