Combine SCSS and JS into one assets folder
This commit is contained in:
parent
f87b828ca2
commit
af16afdaf2
117 changed files with 15 additions and 10 deletions
|
@ -67,6 +67,10 @@ exclude:
|
|||
- .bundle
|
||||
- .jekyll-assets-cache
|
||||
- .sass-cache
|
||||
- assets/scss
|
||||
- assets/js/plugins
|
||||
- assets/js/_main.js
|
||||
- assets/js/vendor
|
||||
- Capfile
|
||||
- config
|
||||
- Gemfile
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
||||
<script>window.jQuery || document.write('<script src="{{ base_path }}/assets/js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
|
||||
<script src="{{ base_path }}/assets/js/main.min.js"></script>
|
||||
|
||||
{% include analytics.html %}
|
||||
|
|
7
assets/js/main.min.js
vendored
7
assets/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue