-
Notifications
You must be signed in to change notification settings - Fork 79
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
Build project with a fixed path #21
Comments
I agree. It would be fantastic if the current behaviour of creating time-stamped folders could be supplemented with the option to specify a single target build directory, this would then be deleted and re-created on build. The option to define a path for the time-stamped folders or the target directory would be great. These options should be set on a per-project basis, possibly as part of config.rb ? |
Does "delete and recreate" work for everyone? |
I can't speak for everyone but as an option that would be very useful. |
"delete and recreate" for a fixed path? Yes:-) |
Out of interest is there a work around / hack anyone could suggest as a short term remedy? This is killing my workflow. I have had a dig around for some sort of config change I could make and looked at apps that might watch the folder and check for a new build_xxxxxxxxxxxx directory and then move it but I can't find anything that would do the job. Any suggestions appreciated. |
It might be dangerous if user can specify the build location anywhere. Ex: "/", "~/", "c:", ... We would like to implement in this way:
Does it work for you? |
Not the easy way, but it is OK for me:) |
I am sure that given the options to allow a build anywhere some people could find somewhere silly to build it, but I think that it should be a allowed as this would allow for the best application flexibility. Other than that I think it would be cool if the file had the following settings build_folder_path ""
build_to_timestamped_folder = true
|
Why not integrating it in the config.rb? There is no need for a new config-file. |
I wondered that but I would guess that its not Ruby that would be doing the work. |
@SimonWpt because config.rb is compass's config file, and we don't want to mix it. |
I would like the option to define a path for the time-stamped folders. Thanks. |
It is done in Fire.app 1.2, but there is no UI option (yet). HOWTO: You can add DANGER: If you add |
It would be great, if I could set a fixed path for project building. I am developing a chrome extension and deploying via Apatana is a little painfull with changing paths:-(
Greetings
Bertram
The text was updated successfully, but these errors were encountered: