cobyism / gridism

A simple responsive CSS grid.
http://pages.cobyism.com/gridism
MIT License
660 stars 85 forks source link

Link to Bower package doesn't work #5

Closed hansvanmeteren closed 11 years ago

hansvanmeteren commented 11 years ago

Sorry but this is the only way to report this issue. Thanks for your work Hans

cobyism commented 11 years ago

I’m not sure what you mean by the "link" to the bower package, but I just tested out the ability to install the gridism bower package and it all seems to be working:

coby in ~/tmp
➜ mkdir -p gridism-test && cd gridism-test

coby in ~/tmp/gridism-test
➜ bower install gridism
bower cloning git://github.com/cobyism/gridism.git
bower caching git://github.com/cobyism/gridism.git
bower fetching gridism
bower checking out gridism#c5c3b70d8a6a589aa075bb26122f582c6c74322f
bower copying /Users/coby/.bower/cache/gridism/8d000b7085e15fcf8a1768a372579803
bower installing gridism#c5c3b70d8a6a589aa075bb26122f582c6c74322f

coby in ~/tmp/gridism-test
➜ tree .
.
└── components
    └── gridism
        ├── LICENSE
        ├── README.md
        ├── component.json
        ├── css
        │   ├── normalize.css
        │   └── style.css
        └── gridism.css

3 directories, 6 files

Make sure you’re linking to the gridism CSS file using <link rel="stylesheet" href="components/gridism/gridism.css"> in your project’s HTML, or if I’ve misunderstood the issue you’re having then please let me know with a more detailed description of what you’re having trouble with and I’ll try and help you out further :smile:

hansvanmeteren commented 11 years ago

I ​ ment the link on the homepage (see screenshot) ​Greetz Hans

Hartelijke groet,

Hans

http://www.numaga-design.nl/

Hans van Meteren* *

Websitebouw & media-advies Mobiel: 0651 530 445

Bezoek (na afspraak): Wikke 12, 6663 GH Lent (Nijmegen)http://maps.google.nl/maps?oe=utf-8&rls=org.mozilla:nl:official&client=firefox-a&channel=fflb&um=1&ie=UTF-8&q=wikke+12+Lent&fb=1&gl=nl&hnear=0x47c63fb5949a7755:0x6600fd4cb7c0af8d,Amsterdam&iwloc=lyrftr:transit,0x47c708181d631379:0x5aead1a7f4a8d0cd&sa=X&ei=SegUUazBPOib0QWwqIHwDQ&ved=0CDEQsAUwAA

2013/6/23 Coby Chapple notifications@github.com

I’m not sure what you mean by the "link" to the bower package, but I just tested out the ability to install the gridism bower package and it all seems to be working:

coby in ~/tmp ➜ mkdir -p gridism-test && cd gridism-test

coby in ~/tmp/gridism-test ➜ bower install gridism bower cloning git://github.com/cobyism/gridism.git bower caching git://github.com/cobyism/gridism.git bower fetching gridism bower checking out gridism#c5c3b70d8a6a589aa075bb26122f582c6c74322f bower copying /Users/coby/.bower/cache/gridism/8d000b7085e15fcf8a1768a372579803 bower installing gridism#c5c3b70d8a6a589aa075bb26122f582c6c74322f

coby in ~/tmp/gridism-test ➜ tree . . └── components └── gridism ├── LICENSE ├── README.md ├── component.json ├── css │ ├── normalize.css │ └── style.css └── gridism.css

3 directories, 6 files

Make sure you’re linking to the gridism CSS file using <link rel="stylesheet" href="components/gridism/gridism.css"> in your project’s HTML, or if I’ve misunderstood the issue you’re having then please let me know with a more detailed description of what you’re having trouble with and I’ll try and help you out further [image: :smile:]

— Reply to this email directly or view it on GitHubhttps://github.com/cobyism/gridism/issues/5#issuecomment-19877073 .

cobyism commented 11 years ago

Oh, right! I see what you mean now—looks like the bower project now has a new homepage. I thought you meant this project’s bower package. I’ll fix up the HTML in a second :laughing:

cobyism commented 11 years ago

:boom: There we go. Thanks @hansvanmeteren! :zap: