Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
spine.jsのルーティングセパレータを「#」から「#!」に変更するにはどうすればよいですか?何か設定はありますか?
私がそれを機能させることができる唯一の方法は、route.coffeeを編集して変更することでした
hashStrip = /^#*/
に
hashStrip = /^#!*/