Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Move ember build tasks over from main repository #176

Merged
merged 1 commit into from Aug 3, 2016
Merged

Conversation

acburdine
Copy link
Member

refs TryGhost/Ghost#6977

  • uses npm script's custom options to streamline ember commands

NOTE this will not work with npm versions < 2.0.0, due to the use of custom arguments to npm run scripts. However, as the latest maintenance releases of Node 0.10 ship with npm 2 as default, and node 0.10 support will be dropped in October, I think it's ok, especially as it only affects development.

refs TryGhost/Ghost#6977
- uses npm script's custom options to streamline ember commands
- add preferLocal to shell options to allow running of npm commands
shell: {
'npm-install': {
command: 'npm install'
},

'bower-install': {
command: path.resolve(cwd + '/node_modules/.bin/bower install')
command: 'bower install'

This comment was marked as abuse.

This comment was marked as abuse.

@kevinansfield kevinansfield merged commit 0c90e3b into master Aug 3, 2016
@kevinansfield kevinansfield deleted the gruntwork branch August 3, 2016 07:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants