/*______________ | ______ | U I Z E J A V A S C R I P T F R A M E W O R K | / / | --------------------------------------------------- | / O / | MODULE : UizeSite.Build.Files Class | / / / | | / / / /| | ONLINE : http://uize.com | /____/ /__/_| | COPYRIGHT : (c)2013-2016 UIZE | /___ | LICENSE : Available under MIT License or GNU General Public License |_______________| http://uize.com/license.html */ /* Module Meta Data type: Class importance: 5 codeCompleteness: 100 docCompleteness: 4 */ /*? Introduction The =UizeSite.Build.Files= module implements a base class specifically for build script modules of the UIZE Web site. *DEVELOPERS:* `Chris van Rensburg` */ Uize.module ({ name:'UizeSite.Build.Files', superclass:'Uize.Build.Files', builder:function (_superclass) { 'use strict'; return _superclass.subclass (); } });