When define('SCRIPT_DEBUG', true); isset it will try to load the .min files. At this point there are no minified files present, none of the js files are loaded. In the Gruntfile I can't see a minify task that places all files into one combined.min.js file for example. Is this feature planned at the end?
@s-ferdie Yes, at this stage of the development final production files like .min assets are not really a consideration, normal script files ought to be loading for Nouveau though.
Hi,
When
define('SCRIPT_DEBUG', true);
isset it will try to load the .min files. At this point there are no minified files present, none of the js files are loaded. In the Gruntfile I can't see a minify task that places all files into one combined.min.js file for example. Is this feature planned at the end?Thank you!