TranscendComputing / StackStudio

The front end for private and public clouds.
Other
2 stars 0 forks source link

Develop #118

Closed pjschmidt3 closed 10 years ago

pjschmidt3 commented 10 years ago

Merge develop into master

cstewart87 commented 10 years ago

After pulling, I get the following error when running grunt run:

$ grunt run
Running "jshint:source_files" (jshint) task
Linting js/views/account/accountLoginView.js...ERROR
[L54:C49] W033: Missing semicolon.
              this.setElement($activeLoginModal)

Linting js/views/account/cloudCredentialManagementListView.js...ERROR
[L61:C17] W117: 'groupsView' is not defined.
                groupsView.rootView.cloudCredentials.fetch({

Warning: Task "jshint:source_files" failed. Use --force to continue.

Aborted due to warnings.