observing / square

The last build system you would ever want to use
MIT License
56 stars 9 forks source link

stylus output is empty #21

Open gut4 opened 12 years ago

gut4 commented 12 years ago

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

3rd-Eden commented 12 years ago

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

gut4 commented 12 years ago

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 commented 12 years ago

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

Sent from my iPhone

On 4 jun. 2012, at 17:24, gut4reply@reply.github.com 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: https://github.com/observing/square/issues/21#issuecomment-6101726

3rd-Eden commented 12 years ago

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<reply@reply.github.com (mailto:reply@reply.github.com)> 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: https://github.com/observing/square/issues/21#issuecomment-6101726

gut4 commented 12 years ago

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