Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Bootstrap 3 Workflow Question

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #180491
    RecoilDesign
    Participant

    Hello,

    I’m digging into Bootstrap 3 for the first time and also trying out less/grunt. My main concern is being able to customize my new project while keeping the core Bootstrap files untouched so that future updates will be easy. So far, my file structure is as follows:

    project-name
    — bootstrap
    — css
    — fonts
    — img
    — js
    — less
    —— cusotm-bootstrap.less
    —— cusotm-variables.less
    —— cusotm-other.less
    — index.html

    Inside the “bootstrap” directory, I have a copy of the latest Bootstrap files. My question is: how do I use less/grunt to compile the newly created custom-bootstrap.less without modifying any of the core Bootstrap files? It seems I would at least have to edit the Gruntfile.js inside Bootstrap in order to include my custom less files and define the new distribution paths, wouldn’t I? Any insight would be hugely appreciated.

Viewing 1 post (of 1 total)
  • The forum ‘Other’ is closed to new topics and replies.