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++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

c# - Sort XmlNodeList with a specific Node value -