gruntjs - What is the function of the quotes in grunt.init.config -


i see in gruntfile:

grunt.initconfig({     'connect': {         testserver: {             options: { 

why connect has quotes? tried removing , works anyway wonder why 'connect': { , not connect: {

is there "good practise" convention, or other convention this? or these reserved words?


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -