Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS not rendering? #4

Open
chrisberkhout opened this issue Feb 28, 2014 · 4 comments
Open

CSS not rendering? #4

chrisberkhout opened this issue Feb 28, 2014 · 4 comments

Comments

@chrisberkhout
Copy link

I was just trying to take a look, by doing the following:

# install mongodb
git clone https://github.com/soswow/lobzik.git && cd lobzik
cp server/_config.coffee server/config.coffee && vim server/config.coffee
npm install
grunt build
grunt
open http://localhost:3000

I'm getting the thing running, but with no style.

In the output of grunt build I noticed this:

Running "cssmin:dist/styles/main.css" (cssmin) task
>> Destination not written because minified CSS was empty.

Running "cssmin:dist/styles/highl.css" (cssmin) task
>> Destination not written because minified CSS was empty.

Any idea why?

@soswow
Copy link
Owner

soswow commented Feb 28, 2014

Do you have compass installed? Probably I forgot to mention it in readme

@soswow
Copy link
Owner

soswow commented Feb 28, 2014

Here is what I see when Run it (mongo should be running at this moment):

$ grunt
Running "clean:server" (clean) task
Cleaning .tmp...OK

Running "concurrent:server" (concurrent) task

    Running "copy:styles" (copy) task


    Done, without errors.

    Running "copy:fonts" (copy) task
    Copied 5 files

    Done, without errors.

    Running "coffee:server" (coffee) task
    File .tmp/server/_config.js created.
    File .tmp/server/config.js created.
    File .tmp/server/quiz-config.js created.
    File .tmp/server/server.js created.

    Done, without errors.

    Running "coffee:client" (coffee) task
    File .tmp/scripts/init.js created.
    File .tmp/scripts/model.js created.
    File .tmp/scripts/router.js created.
    File .tmp/scripts/start.js created.
    File .tmp/scripts/views/admin_view.js created.
    File .tmp/scripts/views/coding_view.js created.
    File .tmp/scripts/views/login_view.js created.
    File .tmp/scripts/views/main_view.js created.
    File .tmp/scripts/views/result_view.js created.
    File .tmp/scripts/views/test_view.js created.

    Done, without errors.

    Running "compass:dist" (compass) task
       create .tmp/styles/main.css (1.183s)
    Compilation took 1.183s

    Running "compass:server" (compass) task
    unchanged app/styles/main.scss
    Compilation took 0.155s

    Done, without errors.

Running "autoprefixer:dist" (autoprefixer) task
File ".tmp/styles/main.css" created.

Running "express:dev" (express) task
Starting background Express server
Trying to start on 3000 in development env

Running "watch" task
Waiting...Started

@soswow
Copy link
Owner

soswow commented Feb 28, 2014

I've updated readme a bit.

@chrisberkhout
Copy link
Author

Sorry I didn't get back about this... I did have compass installed.
I just wanted now to say thanks for getting back to me so quickly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants