node.js - Meteor initial files -
i created new meteor project in webstorm , generated hello.html file default page of app, , hello.js file.
now thing don't want these files named "hello". how can change default/initial files of meteor?
i searched references these files in project didn't find anyone, meaning not defined hard coded.
any profoundly appreciated!
edit: found out can name initial file when create new meteor project in webstorm. i'd rather change in current project creating new 1 though. possible?
if create new project in command line running meteor create appname
generate files appname.js, appname.html , appname.css
in general, not matter file names in meteor. naming starts matter bit more once start organising files folders, start can ignore that.
Comments
Post a Comment