Before using the FIS, found the configuration roadmap when there is a very strange phenomenon: the command line using the-o parameter, the configuration file in the HTML does not use optimization, resulting in the Uglify JS file, will not modify the HTML reference to JS, still refer to the previous JS, not cited After the use of uglify changed the MD5 JS.
Tried to modify countless times, repeatedly verify the experiment, minimize the project code and rerun, the result is the same. Baffled, and then contacted the FIS developers, only to understand that the FIS built up some logic, if the use of Fis.config.merge will cause some strange situation.
Once you know this, it's easy to change the configuration. We just need to change the Fis.config.merge to Fis.config.get (' Roadmap.path '). Unshift () to add the configuration to the original configuration.
In short, the FIS Official document explanation is not enough detailed ah ...
FIS Configuration Tips