Concat and minify JS files in Node

前端 未结 9 1677
遥遥无期
遥遥无期 2020-12-04 09:40

Is there any module in NodeJS to concatenate and minify JavaScript files?

9条回答
  •  自闭症患者
    2020-12-04 10:03

    If you like the Rails 3.1 asset pipeline approach, you should try my connect-assets library.

提交回复
热议问题