Added Grunt.js config to project for SASS stylesheets and CoffeeScript
This commit is contained in:
3
assets/coffee/meiyerditch.coffee
Normal file
3
assets/coffee/meiyerditch.coffee
Normal file
@ -0,0 +1,3 @@
|
||||
$(document).ready(->
|
||||
console.log('JS is ready')
|
||||
)
|
2
assets/sass/darkmeyer.sass
Normal file
2
assets/sass/darkmeyer.sass
Normal file
@ -0,0 +1,2 @@
|
||||
body
|
||||
background: lightgrey
|
Reference in New Issue
Block a user