0

HTML5 Boilerplate 3.0 と最新の ant ビルド スクリプトを実行しています。私はWindows 7を使用しています。

いくつかの問題の後、.bat ファイルが実行され、すべてが実行されるようになりました。スクリプト ディレクトリが完了すると、発行フォルダーは空ですが、中間ディレクトリには次の .js ファイルがあります。

  • js/scripts-concant.min.js
  • js/scipt.js
  • js/plugins.js
  • js/libs/jquery-1.7.1.js
  • js/lib/modernizr-2.5.3.min.js

おそらく関連する問題で、私の .css ファイルは縮小され、名前が変更され、index.htmlから美しくリンクされますが、残りのファイルは引き続き style.css にリンクしようとします。

おそらく関連する問題で、開こうとするすべての jpeg で書き込みエラーが発生します。ただし、それらは問題なくコピーされているので、完成させるためにこれを含めたかっただけです。

I've Googled to no avail and can't seem to find a common reason this would happen. I'd really appreciate any pointers, I don't mind fixing things myself, I just can't find a common thread here.

Many thanks.

4

1 に答える 1

0

css の問題については、config/project.properties ファイルに *.html を指定してすべてのインデックス ファイルを含める必要があったため、この問題が発生していました。

# Web Pages
#
# These are the pages (files) that will be served to users (.html, .php, .asp, etc).
Files in this property will
# be minified / optimised and have any stylesheet or javascript references updated to
the   minified examples
#
# The paths need to be relative 
#
# Files can be added in a comma separated form
file.pages        = *.html

他の問題は知らん

于 2012-05-24T04:23:04.150 に答える