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

stylus output is empty #21

Open
gut4 opened this issue Jun 4, 2012 · 5 comments
Open

stylus output is empty #21

gut4 opened this issue Jun 4, 2012 · 5 comments
Labels

Comments

@gut4
Copy link

gut4 commented Jun 4, 2012

Hello! I use master branch version, and currently stylus output is empty, no erros just empty.

@3rd-Eden
Copy link
Member

3rd-Eden commented Jun 4, 2012

Could you post your square.json file and some example stylus code that breaks?

@gut4
Copy link
Author

gut4 commented Jun 4, 2012

Oo absolutely simple example give me empty output.

{
    "configuration": {
      "dist": "~/my/style.{ext}"
    }
  , "bundle": {
      "main.styl": {
        "description": "stylus bundle"
      }
    }
}

with two line main.styl
All that more complicated give empty output too. With Jade, Coffee, JS everything is fine.

@3rd-Eden
Copy link
Member

3rd-Eden commented Jun 4, 2012

You are probably missing the --extension parameter in your square command

Sent from my iPhone

On 4 jun. 2012, at 17:24, [email protected] wrote:

Oo absolutely simple example give me empty output.

{
   "configuration": {
     "dist": "~/my/style.{ext}"
   }
 , "bundle": {
     "main.styl": {
       "description": "stylus bundle"
     }
   }
}

with two line main.styl
All that more complicated give empty output too. With Jade, Coffee, JS everything is fine.


Reply to this email directly or view it on GitHub:
#21 (comment)

@3rd-Eden
Copy link
Member

3rd-Eden commented Jun 5, 2012

Btw I'm working on to resolving this issue in the development branch so it automatically builds all files if the --extension parameter isn't supplied.

On Monday, June 4, 2012 at 6:00 PM, Arnout Kazemier wrote:

You are probably missing the --extension parameter in your square command

Sent from my iPhone

On 4 jun. 2012, at 17:24, gut4<[email protected] (mailto:[email protected])> wrote:

Oo absolutely simple example give me empty output.

{
"configuration": {
"dist": "~/my/style.{ext}"
}
, "bundle": {
"main.styl": {
"description": "stylus bundle"
}
}
}

with two line main.styl
All that more complicated give empty output too. With Jade, Coffee, JS everything is fine.


Reply to this email directly or view it on GitHub:
#21 (comment)

@gut4
Copy link
Author

gut4 commented Jun 5, 2012

Nice. It will be easier. Especially when we have different files in bundle (.styl + .json + .js).

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

No branches or pull requests

2 participants