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

Config not being reparsed on change. #10

Open
patlefort opened this issue Nov 19, 2021 · 1 comment
Open

Config not being reparsed on change. #10

patlefort opened this issue Nov 19, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@patlefort
Copy link

patlefort commented Nov 19, 2021

Only on Atom launch does it pick up changes in my .atom-build.js file. When I change it, it say that it parsed it but nothing actually changes until I restart Atom.

My config:

var current_config = "release local clang";
//var current_config = "release mingw";

module.exports = {
	cmd: "ssbuild-ws-tmux.sh",
	name: "build",
	args: [".", "'" + current_config + "'", "install"],
	sh: true,
	cwd: "/home/elrick/shared/Documents/Sync/workspaces/ConwayGoL",
	atomCommandName: "ssbuild:build",
	targets: {
		clean: {
			cmd: "ssbuild-ws-tmux.sh",
			name: "clean",
			sh: true,
			cwd: "/home/elrick/shared/Documents/Sync/workspaces/ConwayGoL",
			atomCommandName: "ssbuild:clean",
			args: [".", "'" + current_config + "'", "clean"]
		},

		purge: {
			cmd: "ssbuild-ws-tmux.sh",
			name: "purge",
			sh: true,
			cwd: "/home/elrick/shared/Documents/Sync/workspaces/ConwayGoL",
			atomCommandName: "ssbuild:purge",
			args: [".", "'" + current_config + "'", "purge"]
		}
	}
};

Also I can't use {PROJECT_PATH} for cwd.

@idleberg idleberg added the bug Something isn't working label Dec 11, 2021
@idleberg idleberg added enhancement New feature or request and removed bug Something isn't working labels Dec 25, 2021
@idleberg
Copy link
Collaborator

idleberg commented Dec 25, 2021

Since this seems to be inherited behaviour from the build package, I've changed the labels for this issue

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

No branches or pull requests

2 participants