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.
Eclipse JSDT (JavaScript 開発ツール) を使用し*.min.jsてファイルを「ビルド」する方法は?*.min.js.map
*.min.js
*.min.js.map
外部ビルダーを使用して、Javascript タスクのビルド スクリプトを実行できます。
[プロジェクト] --> [プロパティ]に移動し、 [ビルダー] を選択します。次に、外部ビルダーを追加して、必要な引数を使用して外部プログラムを起動できます。
Build Options タブを使用し、「Run The Builder:」オプションを設定して、ビルダーを自動的に実行するように設定できます。