معرفی شرکت ها


cs.plonepatches.resourceregistries-1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A patch for Resource Registries to create a single minified file. Two if the user is logged-in
ویژگی مقدار
سیستم عامل -
نام فایل cs.plonepatches.resourceregistries-1.0
نام cs.plonepatches.resourceregistries
نسخه کتابخانه 1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Mikel Larreategi & Lur Ibargutxi
ایمیل نویسنده mlarreategi@codesyntax.com
آدرس صفحه اصلی https://github.com/codesyntax/cs.plonepatches.resourceregistries
آدرس اینترنتی https://pypi.org/project/cs.plonepatches.resourceregistries/
مجوز GPL
Introduction ============ `Resource Registries`_ creates a unique URL each time a CSS or JS file is modified providing a way create unique files without having to rename the original ones. It also has a feature to concatenate several CSS or JS files to less files to the user. But with the way this concatenation is done sometimes the files that can be safely concatenated are not, because the tool just tries to concatenate one file with the previous file. For example: We have 4 files registered in this order: a.css, b.css, c.css and d.css. If a.css, b.css and d.css are compatible to be concatenated but c.css is not, `Resource Registries`_ will create 3 files: ab.css, c.css and d.css. This product, patches the way those concatenated files are created to check all previously concatenated files and concatenate the file there. This way, in the previous example, the patch will create 2 files: abd.css and d.css Installing ========== Add this product to your buildout, re-run buildout and restart your instance, the patch will be applied automatically. To remove this feature, just remove the product from your buildout, re-run it and restart the instance. The product doesn't create an install profile entry in the Products Control Panel and doesn't save anything on the database. .. _`Resource Registries`: https://pypi.python.org/pypi/Products.ResourceRegistries Changelog ========= 1.0 (2015-03-02) ---------------- - Initial implementation [erral]


نحوه نصب


نصب پکیج whl cs.plonepatches.resourceregistries-1.0:

    pip install cs.plonepatches.resourceregistries-1.0.whl


نصب پکیج tar.gz cs.plonepatches.resourceregistries-1.0:

    pip install cs.plonepatches.resourceregistries-1.0.tar.gz