h5bp / ant-build-script

Ant build script intended for use with HTML5 Boilerplate. You may find something useful here, but this project is archived.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build error, while changing folder structure

Indrajit77 opened this issue · comments

folder-structure
I have change the folder structure inside h5bp but after that my build is getting failed. What I need to do if I need to keep my folder structure like this:

h5bp ---|
build
html -----|
assets ----------|
css
js
data
img
components
modules
pages

You need to start by defining the folder structure to match yours with the properties listed in project.properties (using the full list in the default.properties file) After that you'll need to adjust some things in the build script itself, I think, since some of the paths are build up from the project root, assuming the project root contains css/, js and /img directly. It shouldn't be that bad.

Thanks Roblarsen...will try this out tonight...

I have sorted this issue. Now I have made the folder structure as I desired and everything is working fine. But now another problem I am facing, That is, I want to make a .shtml page at "file.root.page" instead of a html page. Can I do that?

yeah, you can put whatever you want as the file.rooot.page. SHTML? Going back in time?