After creating a Magnolia Maven project, I added STK and theme-pop:
<dependency>
<groupId>info.magnolia</groupId>
<artifactId>magnolia-module-standard-templating-kit</artifactId>
<version>2.5.4</version>
</dependency>
<dependency>
<groupId>info.magnolia</groupId>
<artifactId>magnolia-theme-pop</artifactId>
<version>2.5.4</version>
</dependency>
STK seems to work fine. But theme-pop is not working due to 404 errors.
i.e. this URL isn't accessible: (in author instance, base URL is
http://localhost:8980/ )
http://localhost:8980/resources/templating-kit/themes/pop/css/styles.css
Pages & assets (images) are accessible, and can be activated to public
instance, but no CSS from the 'pop' theme (both author and public).
Going to STK > Resources, inside /templating-kit there is only js/ folder.
Nothing else, i.e. no /themes/pop folder.
Any suggestions?
Thanks.
Hendy
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=8603c0c1-9841-4221-b65d-78fbc9fadc24
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------