Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在构建过程中使用sbt-rjs和sbt-web管道来缩小和连接我的 javascript。其中一部分是使用默认的uglify2优化器对 rjs 处理的文件进行 uglify 。
我的问题是我是否可以从 uglification 中排除文件但仍将它们包含在连接模块中?特别是我想跳过已经缩小的文件,以缩短构建时间。