-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathModule.txt
28 lines (28 loc) · 2.17 KB
/
Module.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Name: Combinator
AntiForgery: enabled
Author: Piedone
Website: https://github.com/Lombiq/Combinator
Version: 2.0
OrchardVersion: 1.10.1
Description: Combines and minifies external stylesheets and javascript files. Minifications uses the YUI Compressor (http://yuicompressor.codeplex.com/), the original code for sprite generation is from Sprite Generator (http://spritegenerator.codeplex.com/) and stylesheets are parsed with ExCSS (https://github.com/TylerBrinks/ExCSS).
Features:
Piedone.Combinator:
Name: Combinator
Description: Combines and minifies external stylesheets and javascript files. Minifications uses the YUI Compressor (http://yuicompressor.codeplex.com/), the original code for sprite generation is from Sprite Generator (http://spritegenerator.codeplex.com/) and stylesheets are parsed with ExCSS (https://github.com/TylerBrinks/ExCSS).
Category: Performance
Dependencies: Piedone.HelpfulLibraries.Utilities, Orchard.Resources
Piedone.Combinator.Less:
Name: Combinator LESS Preprocessor
Description: Automatically compiles .less files with dotless (http://www.dotlesscss.org/) so they can be used with Combinator. Contribution of Onestop Internet, Inc. (http://www.onestop.com/).
Category: Performance
Dependencies: Piedone.Combinator
Piedone.Combinator.Sass:
Name: Combinator SASS Preprocessor
Description: Automatically compiles .scss and .sass files with SassAndCoffee.Ruby (http://nuget.org/packages/SassAndCoffee.Ruby) so they can be used with Combinator. At the time only local SASS files are supported. Contribution of Onestop Internet, Inc. (http://www.onestop.com/).
Category: Performance
Dependencies: Piedone.Combinator
Piedone.Combinator.Upgrade:
Name: Combinator Upgrade
Description: Migrates Combinator settings to a new and more efficient storage mechanism (dubbed The Shift). WARNING: when enabling your current settings will be overwritten with the old ones. Enabling this feature will migrate all settings, so after enabling it it can be disabled again.
Category: Developer
Dependencies: Piedone.Combinator, Upgrade