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

c# - Sort XmlNodeList with a specific Node value -

Android Java.Lang.RuntimeException : Unable to start activity Component Info -

actionscript 3 - Equivalent to moveReceived in ElectroServer 5 -