Changeset 1278

Show
Ignore:
Timestamp:
2008-01-09 14:18:08 (9 months ago)
Author:
fredck
Message:

Added ascx and config to the list of extensions to be pre-processed.

Location:
FCKreleaser/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKreleaser/trunk/fckreleaser.php

    r336 r1278  
    128128class FCKReleaser 
    129129{ 
    130         var $_PreProcessExtensions = array( 'js','html','asp','aspx','cfc','cfm','jsp','css','xml','txt','java','php','cgi','pl','lasso','py' ) ; 
     130        var $_PreProcessExtensions = array( 'js','html','asp','aspx','ascx','cfc','cfm','jsp','css','xml','txt','java','php','cgi','pl','lasso','py','config' ) ; 
    131131 
    132132        var $SourcesDir ; 
  • FCKreleaser/trunk/_source/includes/fckreleaser.inc

    r159 r1278  
    2828class FCKReleaser 
    2929{ 
    30         var $_PreProcessExtensions = array( 'js','html','asp','aspx','cfc','cfm','jsp','css','xml','txt','java','php','cgi','pl','lasso','py' ) ; 
     30        var $_PreProcessExtensions = array( 'js','html','asp','aspx','ascx','cfc','cfm','jsp','css','xml','txt','java','php','cgi','pl','lasso','py','config' ) ; 
    3131 
    3232        var $SourcesDir ;