Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ant Build failed: Could not find file /intermediate/css/style.less.min.css #19

Closed
thinkstylestudio opened this issue Apr 19, 2012 · 1 comment

Comments

@thinkstylestudio
Copy link

Hey Guys,

I just wanted to add this as a this as a possible bug. I downloaded the newest version and simply ran the build to see what i got and it would not do so. I'm farily sure it's nothing I've forgot to do. Just letting you know. Thanks.

MacBook-Pro:build tss$ ant build
Buildfile: /Applications/MAMP/htdocs/websitename.ca/websitename.ca_trunk/html/build/build.xml

build:
[echo] Building a Production Environment...

-intro:
[echo] =====================================================================
[echo] Welcome to the HTML5 Boilerplate Build Script!
[echo]
[echo] We're going to get your site all ship-shape and ready for prime time.
[echo]
[echo] This should take somewhere between 15 seconds and a few minutes,
[echo] mostly depending on how many images we're going to compress.
[echo]
[echo] Feel free to come back or stay here and follow along.
[echo] =====================================================================
[echo]
[echo]

-clean:
[echo] Cleaning up previous build directory...
[delete] Deleting directory /Applications/MAMP/htdocs/websitename.ca/websitename.ca_trunk/html/intermediate
[delete] Deleting directory /Applications/MAMP/htdocs/websitename.ca/websitename.ca_trunk/html/publish

-mkdirs:
[echo] Creating directory structure... publish
[mkdir] Created dir: /Applications/MAMP/htdocs/websitename.ca/websitename.ca_trunk/html/intermediate
[copy] Copied 50 empty directories to 50 empty directories under /Applications/MAMP/htdocs/websitename.ca/websitename.ca_trunk/html/intermediate
[mkdir] Created dir: /Applications/MAMP/htdocs/websitename.ca/websitename.ca_trunk/html/publish
[copy] Copied 50 empty directories to 50 empty directories under /Applications/MAMP/htdocs/websitename.ca/websitename.ca_trunk/html/publish

-js.all.minify:
[echo] Minifying scripts
[copy] Copying 13 files to /Applications/MAMP/htdocs/websitename.ca/websitename.ca_trunk/html/intermediate/js

-js.main.concat:
[echo] Concatenating Main JS scripts...

-js.mylibs.concat:
[echo] Concatenating JS libraries
[echo] Concatenating all files in ./intermediate/js/ that don't fit the H5BL folder structure
[echo] The following will be excluded: ${file.js.bypass}, js/libs/, js/modules/, bootstrap.min.js, scripts-concat.js and plugins.js

-js.scripts.concat:
[echo] Concatenating library file with main script file
[copy] Copying 1 file to /Applications/MAMP/htdocs/websitename.ca/websitename.ca_trunk/html/publish/js

-less:
[echo] Converting LESS to CSS...
[echo] Minifying css...
[checksum] Could not find file /Applications/MAMP/htdocs/websitename.ca/websitename.ca_trunk/html/intermediate/css/style.less.min.css to generate checksum for.

BUILD FAILED
/Applications/MAMP/htdocs/websitename.ca/websitename.ca_trunk/html/build/build.xml:143: The following error occurred while executing this line:
/Applications/MAMP/htdocs/websitename.ca/websitename.ca_trunk/html/build/build.xml:883: Could not find file /Applications/MAMP/htdocs/websitename.ca/websitename.ca_trunk/html/intermediate/css/style.less.min.css to generate checksum for.

Total time: 1 minute 34 seconds

@adamjgrant
Copy link
Owner

Hey, just so you know unfortunately the build directory isn't quite ready for the release candidate but I hope to have it ready for 1.0.

For now, you just need a less compiler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants