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
Post a Comment