Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
Register the library under the package name.
Browse files Browse the repository at this point in the history
  • Loading branch information
janjaapdriessen committed Dec 6, 2010
1 parent 1dae40c commit df0c8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grokproject/template/src/+package+/resource.py_tmpl
@@ -1,6 +1,6 @@
from fanstatic import Library, ResourceInclusion

library = Library('foo', 'browser/resources/foo')
library = Library('${project_lowercase}', 'static')

style = ResourceInclusion(library, 'style.css')

Expand Down

0 comments on commit df0c8a6

Please sign in to comment.