You are reading a single comment by @Moray and its replies. Click here to read the full conversation.
  • I'm writing versions of modules AT, ESP8266 amd MQTT which can be minified in closure's advanced mode (side-question: when I back-contribute these, looks like I should also contribute the minified versions as by default they will be minified using simple optimisations)

    However, no matter what options I select in WebIDE minification, it won't use my local minified versions when I specify

    require('ESP8266_MM').connect()
    

    However, when I specify

    require('ESP8266_MM.min').connect()
    

    it DOES use the minified versions so they are there and working.

    In both cases it works as expected, and there are no (visible) errors. The modules are stored locally in the modules directory of the project location

    When I run a test using a very simple pair of examples, it does correctly use the minified version without being prompted.

About

Avatar for Moray @Moray started