Skip to content

Instantly share code, notes, and snippets.

@yashhere
Last active March 5, 2018 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yashhere/5c552c7e9d778ac5882b256312f64892 to your computer and use it in GitHub Desktop.
Save yashhere/5c552c7e9d778ac5882b256312f64892 to your computer and use it in GitHub Desktop.
grunt.registerTask('server', function (target) {
grunt.task.run([
'configureProxies:server',
'connect:server',
]);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment