I have one html theme template from themeforest and it has it own css
and js. I search in google but failed to find any good tutorials to
implement the theme. Can you help me out how can I use that html theme I
my site.
On Fri, Apr 1, 2016 at 11:13 AM, Aman K. [email protected]
wrote:
I have one html theme template from themeforest and it has it own css
and js. I search in google but failed to find any good tutorials to
implement the theme. Can you help me out how can I use that html theme I
my site.
Is it a “theme” designed specifically for Rails?
Regardless, if it provides html, css, and javascript it should be pretty
obvious where all that stuff goes (html → views, css + js → assets)
so what exactly do you need help with?
–
Hassan S. ------------------------ [email protected]
twitter: @hassan
Consulting Availability : Silicon Valley or remote
On Sat, Apr 2, 2016 at 11:33 PM, Aman K. [email protected]
wrote:
I have tried it its taking long time to load a simple page. So I know
some thing is going wrong.
If you provide a link to a repo with the project showing the problem,
someone might be able to help.
Alternatively, figure out where the performance issue is - using the
newrelic_rpm gem in local mode is one approach.
Good luck,
Hassan S. ------------------------ [email protected]
twitter: @hassan
Consulting Availability : Silicon Valley or remote
Hassan S. wrote in post #1182603:
Is it a “theme” designed specifically for Rails?
Regardless, if it provides html, css, and javascript it should be pretty
obvious where all that stuff goes (html -> views, css + js -> assets)
so what exactly do you need help with?
I have tried it its taking long time to load a simple page. So I know
some thing is going wrong.