bminer / node-blade

Blade - HTML Template Compiler, inspired by Jade & Haml
Other
320 stars 28 forks source link

Help, starting with Blade #152

Closed g8d3 closed 11 years ago

g8d3 commented 11 years ago

Comes from #149.

I have uploaded my code so you can help me easier:

https://github.com/juanpastas/fresh-fishes

https://github.com/juanpastas/meteor-jquery-mobile

here I have:

include 'mobile'

In the browser I have:

Uncaught TypeError: Property 'client/views/mobile' of object #<Object> is not a function
    at /Users/pills/code/fresh-fishes/meteor/client/views/body.blade:1:1

1 > include 'mobile'
2 | 
bminer commented 11 years ago

You just discovered a bug. This is fixed as of Blade 3.0.2. See issue #153.

bminer commented 11 years ago

Closing this issue for now. :) Please feel free to post more stuff here if you run into other problems.