Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !2277

fix sprite base path variables problems

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/airtonix/master into master Feb 26, 2012
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: airtonix

... ...

I have bootstrap pulled down as a git submodule

$ ls ./project/base/static/css/ -al
total 20
drwxrwxr-x 4 airtonix airtonix 4096 2012-02-26 09:02 .
drwxrwxr-x 6 airtonix airtonix 4096 2012-02-23 20:09 ..
-rwxrwxr-x 1 airtonix airtonix  296 2012-02-26 09:03 base.less
lrwxrwxrwx 1 airtonix airtonix   31 2012-02-23 20:40 bootstrap -> ../../../../lib/bootstrap/less/
drwxrwxr-x 2 airtonix airtonix 4096 2012-02-24 21:40 global
drwxrwxr-x 2 airtonix airtonix 4096 2012-02-24 08:48 mixins

./project/base/static/css/base.less

@import "bootstrap/bootstrap";

Even though these two variables are available and ready for use at this point, it fails until you wrap them in quotes.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/airtonix/master