Added Grunt for compiling CSS/JS; added start of Result controller
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -4,6 +4,10 @@
|
||||
# Local data directory
|
||||
data/
|
||||
|
||||
# NPM dependencies for Grunt
|
||||
node_modules/
|
||||
|
||||
# Compiled CSS and JS
|
||||
public/css/
|
||||
public/js/
|
||||
|
||||
|
Reference in New Issue
Block a user