rename navigation to navbar to fix a bug
I thought something was wrong when the downloads page only went up to 890something bytes. Of course, the navbar was being left out because the navbar was named incorrectly and thus the downloads page script could not find it.
This commit is contained in:
parent
4ed95a8ee4
commit
716cc41dd2
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
mkdir compiled -p
|
||||
subtypes=(general buttons grid headings icons iehacks inputs messages navigation tables)
|
||||
subtypes=(general buttons grid headings icons iehacks inputs messages navbar tables)
|
||||
rm -f compiledcss.js
|
||||
rm -f entireframework.js
|
||||
i="0"
|
||||
|
|
Loading…
Add table
Reference in a new issue