Would be great if this could work with the codekit includes for compatibility! (https://incident57.com/codekit/help.html#javascript) But it works a bit different, it can only append or prepend to the file and only once ``` // @codekit-prepend "someFile.js"; // @codekit-prepend "someFile.js", "../someOtherFile.js", "../scripts/thirdFile.js"; ``` The're also used on many others software like codekit that support the same syntax (http://alphapixels.com/prepros/docs/js-concat-minify.html)
Would be great if this could work with the codekit includes for compatibility! (https://incident57.com/codekit/help.html#javascript)
But it works a bit different, it can only append or prepend to the file and only once
The're also used on many others software like codekit that support the same syntax (http://alphapixels.com/prepros/docs/js-concat-minify.html)