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

Adapt npm start to the new grunt build #275

Closed
wants to merge 1 commit into from
Closed

Adapt npm start to the new grunt build #275

wants to merge 1 commit into from

Conversation

piuccio
Copy link
Contributor

@piuccio piuccio commented Dec 13, 2012

Since when we started building with grunt, path have changed.

This PR includes the following changes

  • move verify lower case task to its own repository
  • remove lint and verify lower case from the release process, use it only for testing
  • fix path for npm start
  • faster packaging for npm start (but it should be even faster)
  • watch source files to repackage on file change (simpler testing of packaged framework)

It also includes the changes proposed in #258

Verify lower case task is now an independent grunt task

Adapt npm start to target the new build output folder and watch for any file change. This will trigger a new package task.
piuccio pushed a commit that referenced this pull request Dec 14, 2012
Verify lower case task is now an independent grunt task

Adapt npm start to target the new build output folder and watch for any file change. This will trigger a new package task.
@piuccio
Copy link
Contributor Author

piuccio commented Dec 14, 2012

Integrated in master with a0ed83e

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

Successfully merging this pull request may close these issues.

None yet

1 participant