svargaext.transform

Source transformation module for Svarga framework
Download

svargaext.transform Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Alexander Solovyov
  • Publisher web site:
  • http://hg.piranha.org.ua/

svargaext.transform Tags


svargaext.transform Description

Source transformation module for Svarga framework svargaext.transform is an app for transforming source code from one format to another (for example, CleverCSS in CSS, CoffeeScript in JavaScript).It requires a bit of configuration dropped in settings.py:TRANSFORM = { 'clevercss': {'main': {'clevercss/*.ccss': 'css/*.css'}, 'someapp': {'static/test.ccss': 'css/test.css'}}, 'coffee': {'main': {'*.coffee': '*.js'}}, }Configuration description: * TRANSFORM is a variable, containing mapping of backend to rules. * Rules are mapping between name in STATIC_URLS to a dictionary of source: target mapping.Source can contain * to wildcard match files. In this case target should contain * as well.Installation:It's that easy:pip install svargaext.transform Requirements: · Python


svargaext.transform Related Software