gruntjs - SailsJS not loading my assets -


i can't understand why sailsjs not loading assets, can explain if missing something?

i using tags although nothing happens

<!--scripts--> <!--scripts end--> 

my ejs markup is:

<!doctype html> <html>  <head>     <meta charset="utf-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>test</title> </head>  <body> <h1>test dashboard</h1>      <!--scripts-->     <!--scripts end--> </body> </html> 


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -