On Jun 10, 5:40 am, crazia <[email protected]> wrote: > (defwebapp resty-weblocgks > :prefix "/" > :description "resty-weblocgks: An example application" > :init-user-session 'resty-weblocgks::init-user-session > :public-files-path "/PATH/APP/pub/" > :autostart t > :dependencies '((:script "superman")) > :ignore-default-dependencies nil) > > I change example code like this?
Looks good. > and How do I bundle "superman.js" file automatically? (moving "vzn" , > versioning and gzip automatically) I think bundling is enabled by default, but you need to turn off debugging. Try :debug nil in the defwebapp form and in the call to start- weblocks. Leslie -- You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/weblocks?hl=en.
