問題タブ [grunt-contrib-compass]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
css - cssファイルの特定のファイル名を出力する grunt-contrib-compass
grunt-contrib-compass ジョブから CSS ファイルの出力名を指定しようとしています。デフォルトの出力と index.css ファイル。
実際の結果 <%= yeoman.app %>/specialdir/themes/index.css
望ましい結果 <%= yeoman.app %>/specialdir/themes/my-theme.css
Gruntfile.js
何か案は?
angularjs - Jenkins grunt compass ENOENT No such file or directory @ realpath_rec
bower
に置き換えてyarn
アップグレードangularjs
する既存のプロジェクト1.2.9
に取り組んでいます1.3.0
ローカル システムで動作していますが、ファイル パスの問題で grunt タスクをjenkins
実行すると失敗します。奇妙なのは、ローカル パスに文句を言うジェンキンスです。deploy
/home/leonidas
私のローカルパスです
これは私のGruntfile.js
、
明確にするために、私はフロントエンドの開発者ではありません。物事を行いながら学んでいます。
gruntjs - 非表示のサブフォルダーを含めるために grunt を圧縮します
メインのzipファイルに多数のpython依存関係をバンドルし/dist
て、ラムダにデプロイしようとしています。これらの依存関係には、(何らかの理由で) 必要なファイルを含む隠しサブフォルダーがあります。
例えば:
dist/psycopg2/.libs
またdist/numpy/.libs
Grunt はこれらの隠しサブフォルダーをスキップします。compress.dist.files
の隠しフォルダーdist/.somefolder
はそのように含まれていますが、それらのサブフォルダーには何も含まれていません。それらも圧縮するためにうなり声を得るにはどうすればよいですか