Compile .kit files outside of Codekit

和自甴很熟 提交于 2019-12-23 03:12:21

问题


Codekit offers the ability to split static HTML files into designated partials using the include function and .kit files. More info: http://incident57.com/codekit/kit.php

The question is.. Using this file type works great for users that have CodeKit. But makes it so that anyone making HTML changes also needs a CodeKit license.

Is there anyway to compile these .kit partials without or outside of Codekit?


回答1:


I've spoken with Bryan (creator of CodeKit) and as of now there is no other way of compiling outside of CodeKit. There is also no server-side compiler (like with LESS) that can compile. So my advice would be to make no project rely on Kit unless you are sure it is going to someone who has CodeKit.




回答2:


Even when the question is one year old:

  • For Windows User and Mac(CodeKit alternative App):

    • http://alphapixels.com/prepros/
  • For Linux, Mac and Windows (CLI):

    • Grunt: https://www.npmjs.org/package/grunt-codekit

    • Gulp: https://www.npmjs.com/package/gulp-codekit



来源:https://stackoverflow.com/questions/15708051/compile-kit-files-outside-of-codekit

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!