Commit 6a071c5f by Trịnh Hoàng Phúc

Merge branch 'feature/turbolinks' into 'master'

Asset Pipeline, Turbolinks

See merge request !23
parents e51f7816 63c04c78
Pipeline #644 failed with stages
in 0 seconds
//= link_tree ../images
//= link_directory ../stylesheets .css
//= link_directory ../javascripts .js
\ No newline at end of file
//l This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// compiled file. JavaScript code in this file should be added after the last require_* statement.
//
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
// about supported directives.
//
//= require_tree .
\ No newline at end of file
......@@ -7,9 +7,7 @@ html
link[rel="shortcut icon" type="image/x-icon" href="/assets/images/favicon.ico"]
link[rel="stylesheet" href="//fonts.googleapis.com/css?family=Varela+Round%3Aregular%7CMontserrat%3Aregular%2C700&subset=latin,hebrew" type="text/css" media="all"]
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload'
= javascript_include_tag "/assets/js/jquery.js"
= javascript_include_tag "/assets/js/jquery-migrate.min.js"
= javascript_include_tag "https://maps.googleapis.com/maps/api/js?v=3&libraries=geometry%2Cplaces&language=en&key=AIzaSyDFtSmGkBIXtMX63-bZKn50-6p3vZ2-WHE&ver=5.3.2"
= javascript_include_tag 'application', media: 'all'
= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload'
body.home.page-template.page-template-page-templates.page-template-jobify.page-template-page-templatesjobify-php.page.page-id-25.woocommerce-no-js.single-listing-style-side.single-resume-style-side.wp-job-manager-categories-enabled.wp-job-manager.wp-job-manager-bookmarks.ninjaforms-contact-job-form.wp-job-manager-contact-listing.woocommerce.testimonials.ninja-forms.jetpack.custom-font.nav-menu-break-large.fixed-header.jobify-child
#page.hfeed.site
......@@ -139,5 +137,4 @@ html
| Linkedin
.back2top
.b-icon
|
= javascript_include_tag "/assets/js/custom.js"
\ No newline at end of file
|
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment